css: Max paragraph width, justify text
This commit is contained in:
parent
b5fc22b666
commit
bfa1c3f812
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@ h3 {
|
|||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
main p {
|
||||
max-width: 800px;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.service_boxes {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue