fix(theme): home image style is broken for big view port

pull/841/head
Kia King Ishii 2 years ago
parent 51a5fa0167
commit 2bd960d5f5

@ -301,13 +301,13 @@ defineProps<{
}
@media (min-width: 640px) {
.image-src {
:deep(.image-src) {
max-width: 256px;
}
}
@media (min-width: 960px) {
.image-src {
:deep(.image-src) {
max-width: 320px;
}
}

Loading…
Cancel
Save