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 19:20:36 +01:00

49 lines
538 B
CSS

body {
font-size: 20px;
max-width: 60em;
}
.row {
display: flex;
}
.col-1 {
flex: 60%;
padding-right: .5em;
}
.col-2 {
flex: 40%;
padding-left: .5em;
}
ul {
list-style: none;
margin: 0;
padding-left: 15px;
}
.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: 15px;
}
h2 > small {
font-size: 18px;
}