Change text align to justify, add hyphens and max-width

This commit is contained in:
Christoffer Müller Madsen 2017-08-06 16:29:07 +02:00
parent a6ae83cd15
commit 2d1a312805

View File

@ -3,13 +3,20 @@ body {
background-color: #fff;
color: #000;
margin-left: 30px;
max-width: 50em;
}
h1, h2, h3, h4 {
font-weight: normal;
}
p {
text-align: justify;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
a:link, a:visited {
/*color: #ff9900;*/
color: #4682B4;