erynwells.me/content/resume/style.css

20 lines
304 B
CSS
Raw Normal View History

/* resume.css
* Eryn Wells <eryn@erynwells.me>
*/
.flex-date {
display: flex;
align-items: baseline;
}
.flex-date .date {
margin-left: auto;
font-size: 1.9rem;
font-style: italic;
}
2022-09-25 07:53:07 -07:00
header h3 { margin-block-end: 0.5rem; }
2022-09-25 07:53:07 -07:00
ul { margin-top: 0; }
li { margin-block-end: 0.75rem; }