diff --git a/web/style/blog.scss b/web/style/blog.scss index 66fe1d1..453aa39 100644 --- a/web/style/blog.scss +++ b/web/style/blog.scss @@ -14,7 +14,6 @@ .blog-post-head h1 { margin-block-start: 0.43em; margin-block-end: 0.43em; - font-family: $menu-font; font-size: 2em; font-weight: normal; } diff --git a/web/style/index.scss b/web/style/index.scss index 342d3f2..3a48bf3 100644 --- a/web/style/index.scss +++ b/web/style/index.scss @@ -22,6 +22,16 @@ html { flex-direction: column; } +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: $menu-font; + text-align: center; +} + img { max-width: 70vw; height: auto;