erynwells.me/assets/home.css
2021-10-02 11:13:13 -07:00

23 lines
No EOL
312 B
CSS

/* home.css */
#homepage-content {
margin-bottom: 2em;
}
#homepage-content p {
margin-top: 1em;
}
#homepage-content p:first-child {
margin-top: 0;
}
#homepage-content a:hover {
color: ver(--fog);
border-bottom: 1px solid var(--pro);
}
#homepage-content h2, h3 {
margin-top: 1.5em;
}