Violets-Purgatory/static/subpage.css

18 lines
278 B
CSS
Raw Permalink Normal View History

2024-02-12 11:12:15 -06:00
/*
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;
2024-04-16 14:25:15 -05:00
2024-02-12 11:12:15 -06:00
}
2024-06-26 19:18:44 -05:00
/* body {
2024-03-03 23:57:30 -06:00
padding: 5vh 0;
2024-06-26 19:18:44 -05:00
} */
2024-03-03 23:57:30 -06:00
2024-04-17 09:33:05 -05:00
.mainDiv {
margin: auto;
2024-02-12 11:12:15 -06:00
}