36 lines
448 B
CSS
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: "| "
|
|
}
|