css: Max paragraph width, justify text

This commit is contained in:
Pascal Engélibert 2022-09-25 19:58:44 +02:00
parent b5fc22b666
commit bfa1c3f812
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA

View file

@ -60,6 +60,11 @@ h3 {
font-size: 1.5em;
}
main p {
max-width: 800px;
text-align: justify;
}
.service_boxes {
text-align: center;
}