Styling - Justify the text on the whole site

This commit is contained in:
Thomas Schwery 2019-11-28 09:28:51 +01:00
parent 97990f5b2b
commit 07e6993edb

View file

@ -1,6 +1,7 @@
body {
font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #FCFCFC;
text-align: justify;
}
h1 { font-size: 2.1rem; }