Skip to content

Commit

Permalink
fix: adjust PostCard image paddings (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
niktverd authored Jan 16, 2024
1 parent 310a73b commit 6c780f3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/components/PostCard/PostCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ $block: '.#{$namespace}post-card';

&__header {
&_fullWidth {
width: 66%;
min-height: 480px;
min-height: auto;
height: 100%;

@media (max-width: map-get($gridBreakpoints, 'lg')) {
width: 100%;
min-height: auto;
@media (min-width: map-get($gridBreakpoints, 'lg')) {
width: 66%;
min-height: 480px;
}
}
}
Expand Down

0 comments on commit 6c780f3

Please sign in to comment.