summary refs log tree commit diff stats
path: root/assets/style.css
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-24 02:00:30 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-24 02:11:55 -0400
commit6cf0e264b121b754bf8006914c23d3e45f9d0415 (patch)
tree671fda879e6e172faf25e01068a7be15540dec24 /assets/style.css
parent2053db46882ec55000def76814fdea6f0b58e6bb (diff)
downloadgetwtxt-6cf0e264b121b754bf8006914c23d3e45f9d0415.tar.gz
style changes for index.html template
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/assets/style.css b/assets/style.css
index 4e6dc54..0e57190 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -3,6 +3,7 @@
 #container {
   max-width: 50rem;
   margin: auto;
+  margin-top: -2rem;
 }
 
 #head {
@@ -26,14 +27,20 @@
 }
 
 #info {
-  font-size: 1.0em;
+  font-family: monospace;
+  font-size: 1.5em;
   margin-top: -2.0rem;
   padding-bottom: 2rem;
 }
 
+#desc {
+  padding: 0.5rem;
+  text-align: center;
+}
+
 #foot {
-  padding-top: 2rem;
+  padding-top: 3rem;
   padding-bottom: 2rem;
   text-align: center;
-  font-size: 0.8em;
+  font-size: 0.9em;
 }
a id='n167' href='#n167'>167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248