fix mobile

This commit is contained in:
maaa 2024-03-10 22:15:17 +01:00
parent 4d69fb1799
commit 4a26a6b04b
1 changed files with 3 additions and 0 deletions

View File

@ -673,8 +673,11 @@ body {
background-color: var(--bar); background-color: var(--bar);
color: var(--text-color); color: var(--text-color);
padding: 10px; padding: 10px;
padding-top: 2.5px;
margin-bottom: 10px;
border-radius: 10px; border-radius: 10px;
transition: background-color .2s; transition: background-color .2s;
display: inline-block;
} }
.links a:hover { .links a:hover {