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

66 lines
719 B
CSS
Raw Normal View History

body {
font-size: 20px;
max-width: 60em;
}
2020-11-20 18:25:59 +00:00
.row {
display: flex;
}
.col-1 {
flex: 60%;
2020-11-26 20:26:22 +00:00
padding-right: 1em;
2020-11-20 18:25:59 +00:00
}
.col-2 {
flex: 40%;
2020-11-26 20:26:22 +00:00
padding-left: 1em;
}
ul {
list-style: none;
margin: 0;
2020-11-26 20:26:22 +00:00
padding-left: 1em;
}
2020-11-26 18:20:36 +00:00
.timeline > li {
margin: 0;
}
li.event {
padding: .8em 0 .8em 2.3em;
margin-left: 1.25em;
border-left: 2px solid;
}
2020-11-26 18:20:36 +00:00
.tag {
display: inline;
border-bottom: 2px #283593 solid;
border-radius: 0.2em;
margin: .3em .3em 1em 0;
}
2020-11-26 18:20:36 +00:00
small {
2020-11-26 20:26:22 +00:00
font-size: .7em;
vertical-align: middle;
}
2020-11-26 20:26:22 +00:00
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;
2020-11-20 18:25:59 +00:00
}