1,278
edits
Line 2,139: | Line 2,139: | ||
/* ============= Template:Person details ============= */ | /* ============= Template:Person details ============= */ | ||
.person-details-container { | |||
width: 80%; | |||
margin: 0 auto; | |||
} | |||
.person-details-header { | |||
margin-bottom: 5px; | |||
padding: 10px 0; | |||
border-radius: 8px 8px 0 0; | |||
text-align: center; | |||
color: white; | |||
background-color: #116089; | |||
} | |||
.smart-template { | .smart-template { | ||
display: flex; | display: flex; |