Convert resume to a page bundle with an embedded stylesheet
This commit is contained in:
parent
c1b44a4c83
commit
d064415d9c
3 changed files with 22 additions and 2 deletions
22
content/resume/style.css
Normal file
22
content/resume/style.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/* 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue