Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
elad2412 committed Jun 7, 2024
1 parent 4bc097f commit ae66de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/7-components/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
&::-webkit-scrollbar { display:none; } /* Safari and Chrome */
}
&-item {
scroll-snap-align:center;
scroll-snap-align:center; scroll-snap-stop:always;
img {
display:block; inline-size:100%; border:solid pxToRem(2) hsl(var(--web-color-smooth));
border-radius:var(--border-radius-medium); transition:var(--transition);
Expand Down

0 comments on commit ae66de2

Please sign in to comment.