Skip to content

Commit 179f9d2

Browse files
committed
Nav letter/gap -10%, expand home hero banner by 5%
- primary-nav: gap 2rem -> 1.8rem and letter-spacing 0.22em -> 0.2em. Right-aligned nav contracts slightly, pushing HOME further from the das-lab logo on the left. - home-stage: drop the 1022px max-width; use width:105% with -2.5% side margins so the hero extends ~5% past the site-main container.
1 parent 2d67874 commit 179f9d2

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

assets/css/style.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ hr { border: 0; border-top: 1px dotted $text-faint; margin: 2rem 0; }
8383
margin-left: auto;
8484
display: flex;
8585
flex-wrap: wrap;
86-
gap: 2rem;
86+
gap: 1.8rem;
8787
font-weight: 800;
8888
font-size: 0.85rem;
89-
letter-spacing: 0.22em;
89+
letter-spacing: 0.2em;
9090
text-transform: uppercase;
9191

9292
a {
@@ -246,8 +246,10 @@ hr { border: 0; border-top: 1px dotted $text-faint; margin: 2rem 0; }
246246

247247
.home-stage {
248248
position: relative;
249-
max-width: 1022px;
250-
margin: 0 auto;
249+
/* Break ~5% past the site-main container so the hero feels bigger. */
250+
width: 105%;
251+
margin: 0 -2.5%;
252+
max-width: none;
251253
}
252254

253255
.home-banner {

0 commit comments

Comments
 (0)