Skip to content

Commit 85a9b2f

Browse files
sjv01180peterkos
andauthored
bh-1001 text scaling fix (#1005)
* initial commit * initial commit * fixed laptop-l herotext scaling * removed swap files * changed left padding and width value for laptop screens * further decreased hero left padding for smaller screen support * Tweak margins slightly, tweak media queries Signed-off-by: Peter Kos <pkos91@icloud.com> Co-authored-by: Peter Kos <pkos91@icloud.com>
1 parent bb9429c commit 85a9b2f

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

sass/main.scss

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ nav {
156156
#bh7 {
157157
font-size: 5.4em;
158158
font-weight: $font-extrabold;
159+
margin-top: -200px;
159160
}
160161

161162
#premiere {
@@ -638,9 +639,6 @@ footer {
638639

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

641-
section {
642-
// padding: $section-padding / 2;
643-
}
644642

645643
// Scaling idea, key is clip
646644
#shelf {
@@ -665,7 +663,17 @@ footer {
665663
}
666664
}
667665

668-
@media screen and (max-width: 1600px) {
666+
@media screen and (max-width: 1630px) {
667+
668+
#hero {
669+
padding-left: 100px;
670+
#bh7 {
671+
margin-top: -340px;
672+
}
673+
#hero-text {
674+
width: 70%;
675+
}
676+
}
669677

670678
#leadership #leaders {
671679
justify-content: space-between;

0 commit comments

Comments
 (0)