From 555c26c35efabcca6c0906934ba5322d977baddc Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sun, 28 Jun 2020 23:34:29 +0200 Subject: Full new website in production now --- static/css/extra-style.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 static/css/extra-style.css (limited to 'static/css/extra-style.css') diff --git a/static/css/extra-style.css b/static/css/extra-style.css new file mode 100644 index 0000000..c7a7f06 --- /dev/null +++ b/static/css/extra-style.css @@ -0,0 +1,31 @@ +.summary{ + font-size: 115%; + padding-top: 2rem; +} + +#hamburger, #hamburger-label{ + display: none; +} + +#hamburger-label{ + font-size: 180%; + cursor: pointer; +} + +.active{ + text-decoration: underline; +} + +.mainheader{position: relative;} + +@media (max-width: 800px){ + #hamburger-label { + display: inline-block; + } + .navbar-contents { + display: none; + } + input#hamburger:checked ~ .navbar-contents { + display: block; + } +} -- cgit v1.2.3