changed css to double space

This commit is contained in:
Logan 2024-09-15 00:42:49 -05:00
parent a519e90c6c
commit fa2829d280

View file

@ -17,7 +17,6 @@ body {
font-family: 'merriweather';
background-image: url("/res/grey.png");
background-repeat: repeat;
line-height: 1.5em;
height: 100%;
tab-size: 2;
}
@ -29,6 +28,7 @@ main {
background-color: #ffeedd;
margin: auto;
max-width: 40em;
line-height: 2em;
font-size: 1.2em;
}