Skip to content

Commit

Permalink
fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
guitavano committed Nov 5, 2024
1 parent 40b8276 commit c2b3fad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion sections/Images/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function Carousel({ images = [], preload, interval }: Props) {
class={clx(
"grid",
"grid-rows-[1fr_32px_1fr_64px]",
"grid-cols-[32px_1fr_32px] min-h-[660px]",
"grid-cols-[32px_1fr_32px]",
"sm:grid-cols-[112px_1fr_112px] sm:min-h-min",
"w-screen max-w-[1560px] mx-auto",
)}
Expand Down
3 changes: 0 additions & 3 deletions static/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -3915,9 +3915,6 @@ details.collapse summary::-webkit-details-marker {
.min-h-\[42px\] {
min-height: 42px;
}
.min-h-\[660px\] {
min-height: 660px;
}
.min-h-fit {
min-height: -moz-fit-content;
min-height: fit-content;
Expand Down

0 comments on commit c2b3fad

Please sign in to comment.