changed css to double space
This commit is contained in:
parent
a519e90c6c
commit
fa2829d280
|
@ -17,7 +17,6 @@ body {
|
||||||
font-family: 'merriweather';
|
font-family: 'merriweather';
|
||||||
background-image: url("/res/grey.png");
|
background-image: url("/res/grey.png");
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
line-height: 1.5em;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
tab-size: 2;
|
tab-size: 2;
|
||||||
}
|
}
|
||||||
|
@ -29,6 +28,7 @@ main {
|
||||||
background-color: #ffeedd;
|
background-color: #ffeedd;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 40em;
|
max-width: 40em;
|
||||||
|
line-height: 2em;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue