1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Up line height and add hanging punctuation

This commit is contained in:
Daniel Barber 2024-04-21 14:18:03 -05:00
parent 541b1688b6
commit 67281a6be0

View File

@ -5,7 +5,8 @@ html {
font-size: calc(1vmin + 13px);
font-style: normal;
font-weight: 300;
line-height: 1.4;
hanging-punctuation: first last;
line-height: 1.6;
@media (prefers-color-scheme: dark) {
background-color: $background-color-dark;