stevengibone.com/html/cv.css
2024-10-16 21:44:55 +02:00

36 lines
448 B
CSS

.cv-category {
border: 1px solid;
padding: 1em;
margin-top: 1em;
}
h2:before {
content: "./";
}
h2 {
border-bottom: none;
margin: auto;
}
section {
margin: 1em 0em 1em 1em;
}
.cv-entry-title {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
border-bottom: 1px dashed;
}
h3 {
border:none;
margin: auto 0;
}
.cv-entry-school:before {
content: "@ ";
}
.cv-job-location:before {
content: "| "
}