forked from tsc-vfl/hugo-page
Create person templates
This commit is contained in:
@@ -142,6 +142,41 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.person-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.person {
|
||||
width: calc(50% - 10px);
|
||||
height: 80px;
|
||||
// margin: 10px 25px 10px 0;
|
||||
display: flex;
|
||||
|
||||
> .image {
|
||||
flex: 60px 0 0;
|
||||
}
|
||||
> .content {
|
||||
flex: 1px 1 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
> .content-vorstand {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
|
||||
> .role {
|
||||
font-weight: bold;
|
||||
}
|
||||
> .name {
|
||||
img {
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Open Sans Condensed';
|
||||
font-style: normal;
|
||||
|
||||
Reference in New Issue
Block a user