aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-02 15:47:24 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-02 15:47:24 +0200
commit7b36afd978fcb0a740151cd5a3ba3e415cc7b4a1 (patch)
treeb448166eb3013b6ab3e98c81a31b2703fa4e22cb /templates/base.html
parent326c5ac977080ba33afcdc563fad68ce1602a122 (diff)
downloadmitjafelicijan.com-7b36afd978fcb0a740151cd5a3ba3e415cc7b4a1.tar.gz
Simplified template
Diffstat (limited to 'templates/base.html')
-rwxr-xr-xtemplates/base.html1
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 {