Skip to content

Commit

Permalink
assets/ds-block-overwrites: add overwrite to ensure alt texts are not…
Browse files Browse the repository at this point in the history
… 40px
  • Loading branch information
philli-m committed Oct 30, 2023
1 parent 3b8919f commit 1ab01ae
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@
padding-right: $spacer;
padding-bottom: $spacer;
}

// ensures the alt text is not 40px
.decoration > img {
font-size: $font-size-base;
}

0 comments on commit 1ab01ae

Please sign in to comment.