diff options
author | Runxi Yu <harriet@andrewyu.org> | 2023-08-06 11:41:47 +0800 |
---|---|---|
committer | Runxi Yu <harriet@andrewyu.org> | 2023-08-06 11:41:47 +0800 |
commit | 5eb0c6416bbc3254f886199e788f08e2008a4e20 (patch) | |
tree | f462adcea726473fae4d77042c4bb97546016560 | |
parent | f3496fda55cb53ffdfa397d9a9e33e373182a340 (diff) | |
download | www-5eb0c6416bbc3254f886199e788f08e2008a4e20.tar.gz |
line-height: 1.2;
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css index d5b90ab..fc439a4 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,7 @@ body { font-family: sans-serif; max-width: 60em; margin: 0 auto; + line-height: 1.2; padding: 0 1rem; } |