Skip to content

Commit

Permalink
fix(theme): home image style is broken for big view port
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Jun 22, 2022
1 parent 51a5fa0 commit 2bd960d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/theme-default/components/VPHero.vue
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 2bd960d

Please sign in to comment.