aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 8627937..db9940b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -36,12 +36,11 @@
36 font-family: sans-serif; 36 font-family: sans-serif;
37 max-width: 760px; 37 max-width: 760px;
38 margin: 0 auto; 38 margin: 0 auto;
39 display: flex;
40 flex-direction: column;
41 gap: 1em;
39 } 42 }
40 43
41 main { margin-bottom: 1em; }
42
43 header { margin-bottom: 1em; }
44
45 header nav { 44 header nav {
46 display: flex; 45 display: flex;
47 align-items: center; 46 align-items: center;