Skip to content

Commit 2bd960d

Browse files
committedJun 22, 2022
fix(theme): home image style is broken for big view port
1 parent 51a5fa0 commit 2bd960d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/client/theme-default/components/VPHero.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -301,13 +301,13 @@ defineProps<{
301301
}
302302
303303
@media (min-width: 640px) {
304-
.image-src {
304+
:deep(.image-src) {
305305
max-width: 256px;
306306
}
307307
}
308308
309309
@media (min-width: 960px) {
310-
.image-src {
310+
:deep(.image-src) {
311311
max-width: 320px;
312312
}
313313
}

0 commit comments

Comments
 (0)
Please sign in to comment.