Skip to content

Commit

Permalink
fix: remove margin between full-block and image block
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Feb 24, 2025
1 parent 5024986 commit c7b0fe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/theme/io-sanita/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
.block.full-width[class*='bg-']:has(+ .block#{$class}),
.block#{$class}:has(+ .block.full-width[class*='bg-']),
.block#{$class}:has(+ .block.align.full),
.block#{$class}:has(+ .block.iosanita-block-search) {
.block#{$class}:has(+ .block.iosanita-block-search),
.block#{$class}:has(+ .block.image) {
margin-bottom: 0 !important;
}
}

0 comments on commit c7b0fe4

Please sign in to comment.