1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-02 15:37:46 +02:00

made tabbing in css uniform

This commit is contained in:
tiyn 2024-04-20 23:41:39 +02:00
parent 0ff2bffc99
commit 6fb7411156
3 changed files with 187 additions and 186 deletions

View File

@ -76,7 +76,6 @@ span {
}
@media screen and (max-width:800px) {
.main-menu {
background: var(--menubg0);
}

View File

@ -79,6 +79,7 @@ footer .center {
.main-menu-dropdown img {
float: left;
}
.main-menu-dropdown span,
.main-menu-dropdown a {
float: left;
@ -146,6 +147,7 @@ footer .center {
transition: var(--transtime);
width: 100%;
}
.main-menu a {
display: block;
padding: 20px;