Skip to content

Commit 279aac9

Browse files
committed
add new css rule to prevent image from covering text
1 parent 2e49515 commit 279aac9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_sass/components/_site-blocks.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@
247247

248248
#hero-heart-container {
249249
width: 33%;
250+
251+
img {
252+
max-width: 100%;
253+
}
250254
}
251255
}
252256

0 commit comments

Comments
 (0)