WIP
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
img {
|
||||
max-width: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
#mobile-nav-toggle {
|
||||
@include media-breakpoint-up(md) {
|
||||
display: none;
|
||||
|
||||
@@ -6,11 +6,9 @@
|
||||
.team-members {
|
||||
h2 {
|
||||
@extend .goudy;
|
||||
@extend .headline-lg;
|
||||
color: $c-navy;
|
||||
margin-top: 6rem;
|
||||
margin-bottom: 4rem;
|
||||
font-size: 70px;
|
||||
line-height: 70px;
|
||||
width: 100%;
|
||||
max-width: 956px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user