changed css to double space
This commit is contained in:
parent
a519e90c6c
commit
fa2829d280
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue