style: remove unused css blocks
This commit is contained in:
parent
80bdb83ca0
commit
b6d05c21c4
|
|
@ -7,40 +7,7 @@ body {
|
|||
color: var(--color);
|
||||
}
|
||||
|
||||
|
||||
.content {
|
||||
margin: 2em auto 0 auto;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue