diff --git a/stylesheet.css b/stylesheet.css index ab34fd7..d5dca54 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -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; - } -}