From b6d05c21c43a42c061b79f78303b2e5d797f58eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Sun, 19 May 2024 17:51:14 +0200 Subject: [PATCH] style: remove unused css blocks --- stylesheet.css | 33 --------------------------------- 1 file changed, 33 deletions(-) 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; - } -}