Skip to content
Snippets Groups Projects
Commit 003e11c2 authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_sass: Single-column staff layout

parent d90be4c9
No related branches found
No related tags found
No related merge requests found
.role {
display: flex;
flex-wrap: wrap;
margin-bottom: $sp-5;
}
.staffer {
display: flex;
flex-basis: 100%;
padding: $sp-4;
@include mq(sm) {
flex-basis: 50%;
}
p {
@extend .staffer-name, .fs-3;
@extend .staffer-name;
}
}
......
......@@ -14,4 +14,4 @@ $content-width: 784px;
// Components
$box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05);
$module-date-color: $link-color;
$staffer-image-size: 80px;
$staffer-image-size: 100px;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment