Skip to content

Commit

Permalink
Removes hero/splash image
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiejay committed Nov 18, 2024
1 parent 88647d7 commit 2cc8334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1430,10 +1430,10 @@ main {

.interior-hero {
padding-bottom: 60px;
background: url('../img/sprint-process-page/tablet-hero-background.png') repeat 0 0;
// 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: url('../img/sprint-process-page/desktop-hero-background.png') no-repeat 0 0;
background-size: cover;
padding: 117px 0 124px;
}
Expand Down

0 comments on commit 2cc8334

Please sign in to comment.