Reorganize styles a bit

This commit is contained in:
Eryn Wells 2021-10-15 16:39:21 -07:00
parent 9e5b8cfddd
commit be432a8999
7 changed files with 90 additions and 78 deletions

43
static/styles/home.css Normal file
View file

@ -0,0 +1,43 @@
/* home.css
* Eryn Wells <eryn@erynwells.me>
*/
.main h1,
.main h2,
.main h3 {
margin-top: 5rem;
margin-bottom: 0.7rem;
}
.main h1:first-child {
margin-top: 0;
}
.main a {
color: var(--link-color);
}
.main a:hover {
border-bottom: 2px solid var(--link-color);
}
.main h1 {
font-size: 5rem;
}
.main h2 {
font-size: 3rem;
}
#homepage-content {
margin-bottom: 2em;
}
.main p:first-child {
margin-top: 0;
}
.main p,
.main ul {
margin-top: 1.5rem;
}