diff --git a/sass/fonts.scss b/sass/fonts.scss new file mode 100644 index 0000000..e69de29 diff --git a/sass/header.scss b/sass/header.scss index c11f73e..b6c66b2 100644 --- a/sass/header.scss +++ b/sass/header.scss @@ -6,6 +6,7 @@ header { justify-content: space-between; margin: 1em 0; font-size: large; + line-height: 1.6em; .title * { font-size: xx-large; diff --git a/sass/style.scss b/sass/style.scss index a9a5d4b..e14b9e7 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -2,6 +2,7 @@ @use "header.scss"; @use "footer.scss"; @use "blog.scss"; +@use "fonts.scss"; body { background: var(--bg-0); @@ -48,6 +49,7 @@ h6 { color: var(--fg-0); font-weight: bold; margin-top: 2em; + line-height: 1.4em; } h1 { diff --git a/templates/macros/post.html b/templates/macros/post.html index 2484864..8463c85 100644 --- a/templates/macros/post.html +++ b/templates/macros/post.html @@ -13,6 +13,7 @@
{{page.description | markdown | safe}}
+ Read more -> {%- endmacro -%}