This repository has been archived on 2023-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
personal-website-old/pages/css/resume.css
2020-11-26 21:26:22 +01:00

66 lines
719 B
CSS

body {
font-size: 20px;
max-width: 60em;
}
.row {
display: flex;
}
.col-1 {
flex: 60%;
padding-right: 1em;
}
.col-2 {
flex: 40%;
padding-left: 1em;
}
ul {
list-style: none;
margin: 0;
padding-left: 1em;
}
.timeline > li {
margin: 0;
}
li.event {
padding: .8em 0 .8em 2.3em;
margin-left: 1.25em;
border-left: 2px solid;
}
.tag {
display: inline;
border-bottom: 2px #283593 solid;
border-radius: 0.2em;
margin: .3em .3em 1em 0;
}
small {
font-size: .7em;
vertical-align: middle;
}
h1 > small {
font-size: .45em;
}
section {
padding-left: 1em;
}
section > p {
padding-left: 1em;
margin: 0;
}
section > h3 {
margin-bottom: .3em;
}
h2 {
margin: 1em 0 .3em 0;
}