aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rwxr-xr-xtemplates/base.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index ae21888..4689ecc 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -34,8 +34,14 @@
34 background: white; 34 background: white;
35 line-height: 1.3; 35 line-height: 1.3;
36 font-family: sans-serif; 36 font-family: sans-serif;
37 max-width: 760px;
38 margin: 0 auto;
37 } 39 }
38 40
41 main { margin-bottom: 2em; }
42
43 header { margin-bottom: 1em; }
44
39 header nav { 45 header nav {
40 display: flex; 46 display: flex;
41 align-items: center; 47 align-items: center;
@@ -123,7 +129,6 @@
123 .promobox { 129 .promobox {
124 margin-top: 1em; 130 margin-top: 1em;
125 text-decoration: none; 131 text-decoration: none;
126 max-width: 650px;
127 display: inline-block; 132 display: inline-block;
128 background: blue; 133 background: blue;
129 color: white; 134 color: white;
@@ -159,8 +164,6 @@
159 <a href="/feed.xml">RSS</a> 164 <a href="/feed.xml">RSS</a>
160 </nav> 165 </nav>
161 </header> 166 </header>
162
163 <hr>
164 167
165 <main>{{ block "content" . }}{{ end }}</main> 168 <main>{{ block "content" . }}{{ end }}</main>
166 169