Line 32: | Line 32: | ||
.details p { | .details p { | ||
width: 35vw !important; | width: 35vw !important; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 16:18, 11 October 2018
.pagelink#teamMenu a {
color: plum;
}
- sidenav {
background-color: plum; } .subpage h1.subheading {
border-bottom: 0.3vw solid plum !important;
}
.person { display: flex;
width: 70vw; height: auto; margin: 1vmax 0vmax 1vmax 0vmax; align-items: center;
} .person .photo { width: 20vw;
height: 20vw; margin: 2vmax; background-color: white;
} .person .details { display: flex; flex-direction: column; align-items: center; width: 40vw;
height: auto; margin: 2vmax;
} .details p { width: 35vw !important; }