Skip to content

Commit

Permalink
Updated to remove padding on top and bottom of carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-nichols committed Dec 13, 2023
1 parent 893ec22 commit 9202d46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1910,6 +1910,11 @@ main .section {
}
}

main .section.carousel-container {
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 768px) {

main .section > div:not(.carousel-wrapper) {
Expand Down
4 changes: 4 additions & 0 deletions styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
@apply px-6 py-16 sm:py-16;
}

main .section.carousel-container {
@apply py-0;
}

main .section > div:not(.carousel-wrapper) {
@apply md:max-w-7xl md:mx-auto;
}
Expand Down

0 comments on commit 9202d46

Please sign in to comment.