Skip to content
16 changes: 12 additions & 4 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ nav {
#bh7 {
font-size: 5.4em;
font-weight: $font-extrabold;
margin-top: -200px;
}

#premiere {
Expand Down Expand Up @@ -638,9 +639,6 @@ footer {

@media screen and (max-width: 1500px) {

section {
// padding: $section-padding / 2;
}

// Scaling idea, key is clip
#shelf {
Expand All @@ -665,7 +663,17 @@ footer {
}
}

@media screen and (max-width: 1600px) {
@media screen and (max-width: 1630px) {

#hero {
padding-left: 100px;
#bh7 {
margin-top: -340px;
}
#hero-text {
width: 70%;
}
}

#leadership #leaders {
justify-content: space-between;
Expand Down