decrease line height a bit

This commit is contained in:
nelle 2024-08-25 21:08:39 -06:00
parent c22b729981
commit 5f4f471b99

View file

@ -10,7 +10,7 @@
padding: 1rem;
width: 1000px;
max-width: calc(100% - 2rem);
line-height: 1.6;
line-height: 1.4;
margin: auto;
color: var(--text);