summaryrefslogtreecommitdiff
path: root/templates/web/css/extra-style.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/css/extra-style.css')
-rw-r--r--templates/web/css/extra-style.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/web/css/extra-style.css b/templates/web/css/extra-style.css
new file mode 100644
index 0000000..5716ec6
--- /dev/null
+++ b/templates/web/css/extra-style.css
@@ -0,0 +1,25 @@
+.summary{
+ font-size: 130%;
+}
+
+#hamburger, #hamburger-label{
+ display: none;
+}
+
+#hamburger-label{
+ font-size: 180%;
+ cursor: pointer;
+}
+
+
+@media (max-width: 800px){
+ #hamburger-label {
+ display: inline-block;
+ }
+ .navbar-contents {
+ display: none;
+ }
+ input#hamburger:checked ~ .navbar-contents {
+ display: block;
+ }
+}