Skip to content

Commit

Permalink
wee fixes on carrousel
Browse files Browse the repository at this point in the history
  • Loading branch information
CGastrell committed Dec 20, 2024
1 parent 6e1e36c commit 42cfa58
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ $scale-factor: 0.55;

&-footer-left {
display: flex;
width: 25%;
// width: 25%;
flex-grow: 1;
}

&-counter {
Expand All @@ -109,7 +110,7 @@ $scale-factor: 0.55;
align-items: center;
font-size: 13px;
padding: 6px 0;
width: 50%;
// width: 50%;

.ai-carrousel {
&__prev,
Expand Down

0 comments on commit 42cfa58

Please sign in to comment.