Make a single style for headers

This commit is contained in:
2022-01-11 00:13:49 +01:00
parent 26512c2b29
commit fee109996a
2 changed files with 10 additions and 1 deletions
-1
View File
@@ -14,7 +14,6 @@
.blog-post-head h1 { .blog-post-head h1 {
margin-block-start: 0.43em; margin-block-start: 0.43em;
margin-block-end: 0.43em; margin-block-end: 0.43em;
font-family: $menu-font;
font-size: 2em; font-size: 2em;
font-weight: normal; font-weight: normal;
} }
+10
View File
@@ -22,6 +22,16 @@ html {
flex-direction: column; flex-direction: column;
} }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: $menu-font;
text-align: center;
}
img { img {
max-width: 70vw; max-width: 70vw;
height: auto; height: auto;