We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7533c40 commit d797bacCopy full SHA for d797bac
1 file changed
docs/.vitepress/theme/components/HeroCarousel.vue
@@ -131,8 +131,8 @@ onUnmounted(() => {
131
}
132
133
.carousel-img {
134
- max-width: 100%;
135
- max-height: 100%;
+ max-width: 60%;
+ max-height: 60%;
136
object-fit: contain;
137
138
@@ -203,8 +203,8 @@ onUnmounted(() => {
203
204
205
206
- width: 100%;
207
- height: 100%;
+ width: 60%;
+ height: 60%;
208
209
210
0 commit comments