line height fix, read more button

This commit is contained in:
ParkerTenBroeck 2026-01-17 19:22:23 -05:00
parent 6950c0772c
commit 5d0552c531
4 changed files with 4 additions and 0 deletions

0
sass/fonts.scss Normal file
View file

View file

@ -6,6 +6,7 @@ header {
justify-content: space-between;
margin: 1em 0;
font-size: large;
line-height: 1.6em;
.title * {
font-size: xx-large;

View file

@ -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 {