diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 22:11:33 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 22:11:33 +0200 |
| commit | 98305f7183e28c672c391a686317c8b742fb7f79 (patch) | |
| tree | 406aebda0c54d505c57e885dd8457a2cf3120657 /templates/base.html | |
| parent | 129d4748e6c9b8cc3454c1ab1643bf54ed6a3bd5 (diff) | |
| download | mitjafelicijan.com-98305f7183e28c672c391a686317c8b742fb7f79.tar.gz | |
Simplified template
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 2 |
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 | ||
