We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d1de8 commit 803d5b6Copy full SHA for 803d5b6
src/client/theme-default/components/VPHero.vue
@@ -306,19 +306,22 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref<boolean>
306
/*rtl:ignore*/
307
left: 50%;
308
max-width: 192px;
309
+ max-height: 192px;
310
311
transform: translate(-50%, -50%);
312
}
313
314
@media (min-width: 640px) {
315
:deep(.image-src) {
316
max-width: 256px;
317
+ max-height: 256px;
318
319
320
321
@media (min-width: 960px) {
322
323
max-width: 320px;
324
+ max-height: 320px;
325
326
327
</style>
0 commit comments