cycat-project-website/_sass/pages/team/_team-summary.scss

29 lines
368 B
SCSS

.team-summary {
display: flex;
flex-wrap: wrap;
flex-direction: row;
.team-image {
flex: 0;
margin-right: 10px;
img {
border-radius: 50%;
height: 100px;
width: 100px;
}
}
.team-meta {
flex: 1;
h2 {
margin: 0;
}
p {
margin: 0;
}
a {
}
}
.team-content {
flex: 1 0 100%;
}
}