1,278
edits
Line 2,140: | Line 2,140: | ||
/* ============= Template:Person details ============= */ | /* ============= Template:Person details ============= */ | ||
.person-details-header { | .person-details-header, .person-cv-header { | ||
margin-top: 2rem; | |||
margin-bottom: 5px; | margin-bottom: 5px; | ||
padding: 10px 0; | padding: 10px 0; | ||
Line 2,147: | Line 2,148: | ||
color: white; | color: white; | ||
background-color: #116089; | background-color: #116089; | ||
} | |||
.person-cv-header { | |||
border-radius: 8px; | |||
} | } | ||