aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-11 21:49:34 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-11 21:49:34 +0100
commit873ae19f4c9a53fe2b7138c1a12262d758eea251 (patch)
treec17ad267627be4e4e0c2c6d3d73e983897480d6f /templates
parent6d45e8f220cdd71a9691169fccb5df33faa68054 (diff)
downloadmitjafelicijan.com-873ae19f4c9a53fe2b7138c1a12262d758eea251.tar.gz
Style fixes
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/base.html2
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;