Skip to content

Commit

Permalink
Merge pull request #854 from USEPA/EPAD8-1873-no-js-slider-first
Browse files Browse the repository at this point in the history
Epad8 1873 no js slider first
  • Loading branch information
azinck authored Nov 15, 2022
2 parents eb79951 + 6218647 commit 8546ced
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
grid-row: 1 / 2;
position: relative !important;
}

.no-js & {
&:first-child {
z-index: 1;
}

&:not(:first-child) {
display: none;
}
}
}

.hero-slideshow__nav {
Expand Down

0 comments on commit 8546ced

Please sign in to comment.