diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-11 21:49:34 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-11 21:49:34 +0100 |
| commit | 873ae19f4c9a53fe2b7138c1a12262d758eea251 (patch) | |
| tree | c17ad267627be4e4e0c2c6d3d73e983897480d6f | |
| parent | 6d45e8f220cdd71a9691169fccb5df33faa68054 (diff) | |
| download | mitjafelicijan.com-873ae19f4c9a53fe2b7138c1a12262d758eea251.tar.gz | |
Style fixes
| -rwxr-xr-x | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 9a636e6..7f57250 100755 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | max-width: var(--body-max-width); | 35 | max-width: var(--body-max-width); |
| 36 | background: white; | 36 | background: white; |
| 37 | font-family: sans-serif; | 37 | font-family: sans-serif; |
| 38 | line-height: 1.4rem; | 38 | line-height: 1.5rem; |
| 39 | font-size: 16px; | 39 | font-size: 16px; |
| 40 | display: flex; | 40 | display: flex; |
| 41 | flex-direction: column; | 41 | flex-direction: column; |
