Skip to content

Commit

Permalink
Merge pull request #1262 from hlxsites/1259-homepage-carousel
Browse files Browse the repository at this point in the history
1259-homepage-carousel
  • Loading branch information
davenichols-DHLS authored Aug 22, 2024
2 parents dcd4b72 + db1d177 commit 4f61944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -727,15 +727,15 @@ body.appear {
width: 100%;
}

main .section:not(.stretch, .product-hero-container, .workflow-carousel-container, .product-card-container, .page-jump-menu-container, .page-tabs-container, .stats-container) {
main .section:not(.stretch, .product-hero-container, .workflow-carousel-container, .carousel-container, .product-card-container, .page-jump-menu-container, .page-tabs-container, .stats-container) {
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 2rem;
padding-bottom: 2rem;
}

@media (min-width: 768px) {
main .section:not(.stretch, .product-hero-container, .workflow-carousel-container, .product-card-container, .page-jump-menu-container, .page-tabs-container, .stats-container) {
main .section:not(.stretch, .product-hero-container, .workflow-carousel-container, .carousel-container, .product-card-container, .page-jump-menu-container, .page-tabs-container, .stats-container) {
padding-top: 3rem;
padding-bottom: 3rem;
}
Expand Down
2 changes: 1 addition & 1 deletion styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
@apply h-full w-full;
}

main .section:not(.stretch, .product-hero-container, .workflow-carousel-container, .product-card-container, .page-jump-menu-container, .page-tabs-container, .stats-container) {
main .section:not(.stretch, .product-hero-container, .workflow-carousel-container, .carousel-container, .product-card-container, .page-jump-menu-container, .page-tabs-container, .stats-container) {
@apply px-6 py-8 md:py-12;
}

Expand Down

0 comments on commit 4f61944

Please sign in to comment.