22 lines
269 B
CSS
22 lines
269 B
CSS
|
/* 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;
|
||
|
}
|
||
|
|
||
|
header h3 {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
margin-top: 0;
|
||
|
}
|