aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 22:11:33 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 22:11:33 +0200
commit98305f7183e28c672c391a686317c8b742fb7f79 (patch)
tree406aebda0c54d505c57e885dd8457a2cf3120657 /templates
parent129d4748e6c9b8cc3454c1ab1643bf54ed6a3bd5 (diff)
downloadmitjafelicijan.com-98305f7183e28c672c391a686317c8b742fb7f79.tar.gz
Simplified template
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index d646154..8627937 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -38,7 +38,7 @@
38 margin: 0 auto; 38 margin: 0 auto;
39 } 39 }
40 40
41 main { margin-bottom: 2em; } 41 main { margin-bottom: 1em; }
42 42
43 header { margin-bottom: 1em; } 43 header { margin-bottom: 1em; }
44 44