Styling - Justify the text on the whole site
This commit is contained in:
parent
97990f5b2b
commit
07e6993edb
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
body {
|
body {
|
||||||
font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
background-color: #FCFCFC;
|
background-color: #FCFCFC;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 { font-size: 2.1rem; }
|
h1 { font-size: 2.1rem; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue