Files
resume/index.css
2023-12-07 17:53:36 +01:00

18 lines
245 B
CSS

body {
display: block;
max-width: 700px;
margin: 0 auto;
padding: 0;
font-size: 14px;
}
location {
font-weight: normal;
font-style: italic;
}
time {
float: right;
font-size: inherit;
font-weight: bold;
}