justified text in CSS

This commit is contained in:
El Potaeto 2015-02-13 13:28:04 +01:00
parent ae9f7e9307
commit 8a7d803e52

View File

@ -27,6 +27,8 @@ body{
max-width: 800px;
padding: 20px;
font-size: 17px;
text-align: justify;
text-justify: inter-word;
}
@ -34,7 +36,7 @@ p {
line-height: 150%;
/ max-width: 540px;
max-width: 960px;
font-weight: 400;
font-weight: 400;
/ color: #333333
}