style: remove unused css blocks

This commit is contained in:
Corentin 2024-05-19 17:51:14 +02:00
parent 80bdb83ca0
commit b6d05c21c4
1 changed files with 0 additions and 33 deletions

View File

@ -7,40 +7,7 @@ body {
color: var(--color); color: var(--color);
} }
.content { .content {
margin: 2em auto 0 auto; margin: 2em auto 0 auto;
max-width: 1100px; max-width: 1100px;
} }
.separator {
width: 150px;
height: 125px;
display: block;
margin-left: auto;
margin-right: auto;
background-image: url(img/frog.png);
}
.separator:hover {
background-image: url(img/frog-hover.png);
}
.separator:active {
background-image: url(img/frog-cwak.png);
}
.fc-right-menu {
text-align: right;
}
@media (max-width: 47.999em) {
.fc-right-menu {
text-align: left;
}
toggle-menu-button {
display: block;
}
}