Skip to content

Commit 99532ba

Browse files
committed
bug: fix image bleed beyond container
1 parent c6c35c2 commit 99532ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/scss/component.article.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
background: $colour-grey;
3030

3131
* {
32+
max-width: 100%;
33+
height: auto;
3234
margin: 0;
3335
}
3436
}

0 commit comments

Comments
 (0)