summaryrefslogtreecommitdiff
path: root/static/css/extra-style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/extra-style.css')
-rw-r--r--static/css/extra-style.css31
1 files changed, 31 insertions, 0 deletions
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;
+ }
+}