Justify všechny odstavce na webu

This commit is contained in:
Jonas Havelka 2021-12-13 23:58:11 +01:00
parent 3a6518c92a
commit 62283df954

View file

@ -6,6 +6,10 @@ src: url("../fonts/OpenSans/OpenSans-Regular.ttf");
font-weight: normal; font-weight: normal;
} }
p {
text-align: justify;
}
body { body {
font-family: 'OpenSans'; font-family: 'OpenSans';
background-color: #fffbf6; background-color: #fffbf6;