Skip to content

Commit

Permalink
Updates header spacing and background
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiejay committed Aug 28, 2024
1 parent 8f2aeec commit 345bb1d
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions css/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1430,11 +1430,12 @@ main {

.interior-hero {
padding-bottom: 60px;
background: url('../img/sprint-process-page/tablet-hero-background.png') no-repeat 0 0;
background-size: cover;
background: url('../img/sprint-process-page/tablet-hero-background.png') repeat 0 0;
background-size: contain;
@include at-media("desktop") {
background: url('../img/sprint-process-page/desktop-hero-background.png') no-repeat 0 0;
background-size: cover;
background-size: cover;
padding: 117px 0 124px;
}
}

Expand Down Expand Up @@ -1465,9 +1466,10 @@ main {
@include at-media('desktop') {
font-size: 32px;
line-height: 32px;
padding-top: 30px;
}
}
h1.usa-hero__subtitle {
div.usa-hero__subtitle {
font-size: 12px;
line-height: 17px;
margin-bottom: 0;
Expand All @@ -1476,11 +1478,17 @@ main {
font-size: 14px;
line-height: 17px;
}

@include at-media('desktop') {
font-size: 32px;
line-height: 32px;
padding-bottom: 30px;
}
p {
margin: 8px 0 0px;
@include at-media('desktop') {
margin-top: 20px;
}
}
}
}

Expand Down

0 comments on commit 345bb1d

Please sign in to comment.