Move static resources to static/ and do not minify the CSS

This commit is contained in:
Eryn Wells 2021-10-11 12:40:25 -07:00
parent ce1c860269
commit 173ae928f8
12 changed files with 3 additions and 8 deletions

41
static/home.css Normal file
View file

@ -0,0 +1,41 @@
/* home.css */
.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;
}