Skip to content

Commit

Permalink
11509 - fix: ajuste no carrossel de marcas
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusvl committed Jan 7, 2025
1 parent d10fb34 commit 6249c96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sections/Images/BrandGallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default function BrandGallery(props: Props) {
{images.map((item, index) => (
<Slider.Item
index={index}
class={`carousel-item max-w-[60px] lg:w-[225px] lg:max-w-[225px]`}
class={`carousel-item max-w-[60px] lg:w-[230px] lg:max-w-[230px]`}
>
<a
target={item.blank ? "_self" : "_blank"}
Expand Down
8 changes: 4 additions & 4 deletions static/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -8855,8 +8855,8 @@ details.collapse summary::-webkit-details-marker {
width: 214px;
}

.lg\:w-\[225px\] {
width: 225px;
.lg\:w-\[230px\] {
width: 230px;
}

.lg\:w-\[280px\] {
Expand Down Expand Up @@ -8911,8 +8911,8 @@ details.collapse summary::-webkit-details-marker {
max-width: 20%;
}

.lg\:max-w-\[225px\] {
max-width: 225px;
.lg\:max-w-\[230px\] {
max-width: 230px;
}

.lg\:max-w-\[33\%\] {
Expand Down

0 comments on commit 6249c96

Please sign in to comment.