aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-09-22 17:50:43 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-09-22 17:50:43 +0200
commitd7eb3f517d193ce0100f9ffe1192be8bff2b44ae (patch)
tree752947ca39aa894c8f615870218ecf8cf7d63989 /templates/base.html
parent1fb6fa22ed0114c0619583cc46bd1477aa7b3d87 (diff)
downloadmitjafelicijan.com-d7eb3f517d193ce0100f9ffe1192be8bff2b44ae.tar.gz
Fixed h1 font size
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
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 }