We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10200d3 commit f0144fdCopy full SHA for f0144fd
frontend-next-migration/src/shared/ui/v2/ModularCard/ui/ModularCard.module.scss
@@ -417,6 +417,11 @@
417
margin-top: -110px;
418
}
419
420
+ @media ((min-width: breakpoint(sm)) and (max-width: breakpoint(md))) {
421
+ height: auto;
422
+ margin-top: -190px;
423
+ }
424
+
425
426
427
.Card.SectionCard > .ModularCardImageSection > .ModularCardImage {
0 commit comments