18 lines
No EOL
278 B
CSS
18 lines
No EOL
278 B
CSS
/*
|
|
This page applies to any page on the site EXCEPT
|
|
the main page. Please only make changes here if you
|
|
want to modify the CSS of ALL subpages.
|
|
*/
|
|
|
|
h1:nth-of-type(1) {
|
|
font-size: 2.5rem;
|
|
|
|
}
|
|
|
|
/* body {
|
|
padding: 5vh 0;
|
|
} */
|
|
|
|
.mainDiv {
|
|
margin: auto;
|
|
} |