diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-02 15:47:24 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-02 15:47:24 +0200 |
| commit | 7b36afd978fcb0a740151cd5a3ba3e415cc7b4a1 (patch) | |
| tree | b448166eb3013b6ab3e98c81a31b2703fa4e22cb /templates/base.html | |
| parent | 326c5ac977080ba33afcdc563fad68ce1602a122 (diff) | |
| download | mitjafelicijan.com-7b36afd978fcb0a740151cd5a3ba3e415cc7b4a1.tar.gz | |
Simplified template
Diffstat (limited to 'templates/base.html')
| -rwxr-xr-x | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index c9030d1..2bc8e13 100755 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | padding: 1rem; | 33 | padding: 1rem; |
| 34 | background: white; | 34 | background: white; |
| 35 | line-height: 1.3; | 35 | line-height: 1.3; |
| 36 | font-family: sans-serif; | ||
| 36 | } | 37 | } |
| 37 | 38 | ||
| 38 | header nav { | 39 | header nav { |
