Change text align to justify, add hyphens and max-width
This commit is contained in:
parent
a6ae83cd15
commit
2d1a312805
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user