diff options
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index abee062..9f5f882 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -32,6 +32,10 @@ | |||
| 32 | line-height: initial; | 32 | line-height: initial; |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | h1 { | ||
| 36 | font-size: xx-large; | ||
| 37 | } | ||
| 38 | |||
| 35 | footer { | 39 | footer { |
| 36 | margin-block-start: 2rem; | 40 | margin-block-start: 2rem; |
| 37 | } | 41 | } |
