aboutsummaryrefslogtreecommitdiff
path: root/src/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/templates/base.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/templates/base.html b/src/templates/base.html
index c72c6cf..146a7c9 100644
--- a/src/templates/base.html
+++ b/src/templates/base.html
@@ -57,6 +57,7 @@
#main-navigation ul {
list-style: none;
+ padding: 0;
}
#main-navigation ul li {
@@ -105,6 +106,17 @@
.subtle {
color: #333;
}
+
+ @media screen and (width <= 720px) {
+ body {
+ margin-left: 5%;
+ margin-right: 5%;
+ }
+
+ #main-navigation ul li {
+ display: block;
+ }
+ }
</style>
{{extraHead}}
</head>