This commit is contained in:
a-ill 2023-06-28 23:10:24 +03:00
parent bdc1851b50
commit 665b91a27c
5 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@
overflow: hidden;
z-index: 0;
}
#menu a{
#menu a {
display: block;
padding: 1.9rem;
padding-top: 1rem;

View File

@ -256,12 +256,12 @@
text-align: left;
padding-bottom: 1rem;
font-weight: bold;
padding-top: 1rem;
padding-top: 0.3rem;
}
#toggle-content img {
position: absolute;
top: 1rem;
top: 0.3rem;
right: 0.8rem;
width: 1.5rem;
}

View File

@ -56,7 +56,7 @@
overflow: hidden;
z-index: 0;
}
#menu a{
#menu a {
display: block;
padding: 1.9rem;
padding-top: 1rem;

File diff suppressed because one or more lines are too long