2,055
edits
GlimmerDev (talk | contribs) No edit summary |
GlimmerDev (talk | contribs) No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
/* Douglas attempts to add more space between paragraphs */ | /* Douglas attempts to add more space between paragraphs */ | ||
p {line-height: 1.5em} | p {line-height: 1.5em} | ||
ul li { | ul li { line-height: 1.5em } | ||
/* Site width */ | |||
body { | |||
position: relative; | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
max-width: 90%; | |||
background-size: 100% 5em; | |||
} |