Skip to content

Commit f0144fd

Browse files
committed
Adjusted margin between text and image in the Sectioncard on tablet.
1 parent 10200d3 commit f0144fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend-next-migration/src/shared/ui/v2/ModularCard/ui/ModularCard.module.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,11 @@
417417
margin-top: -110px;
418418
}
419419

420+
@media ((min-width: breakpoint(sm)) and (max-width: breakpoint(md))) {
421+
height: auto;
422+
margin-top: -190px;
423+
}
424+
420425
}
421426

422427
.Card.SectionCard > .ModularCardImageSection > .ModularCardImage {

0 commit comments

Comments
 (0)