aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 572c6c9..20c8635 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -92,3 +92,13 @@ ul {
p, pre, ul, ol, blockquote {
margin-bottom: 1.4em;
}
+
+nav ul {
+ list-style: none;
+}
+
+@media (pointer: coarse) {
+ .return, .navlink {
+ margin-bottom: 1em;
+ }
+}