Skip to content

Commit 50e95bb

Browse files
committed
carousel: height -> max-height
1 parent 638fbd1 commit 50e95bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/banner/Component.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
}
105105
106106
.carousel{
107-
height: 116px;
107+
max-height: 116px;
108108
overflow: hidden;
109109
}
110110

0 commit comments

Comments
 (0)