Skip to content

Commit c269526

Browse files
committed
Modified news element image to stop it shrinking indefinitely
1 parent e70f01b commit c269526

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend-next-migration/src/preparedPages/NewsPages/ui/NewsElementPage/ui/NewsElementPage.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
object-position: center;
6666
align-self: center;
6767
box-shadow: var(--s-blur);
68+
@media (max-width: breakpoint(md)) {
69+
width: auto;
70+
height: 75%;
71+
}
6872
}
6973

7074
.imageBlur {

0 commit comments

Comments
 (0)