Add line height to web CSS

This commit is contained in:
Alex Cabal 2025-05-03 14:39:03 -05:00
parent 06096fa7dd
commit d12cd5207a

View file

@ -7,6 +7,7 @@ body{
font-size: 18px;
margin: 0;
min-height: 100vh;
line-height: 1.5;
}
main{