Skip to content

Commit 5c3623d

Browse files
committed
refactor: swap * selector with specific img selector
this was the first contribution from a local ai model! how fun
1 parent f1085b2 commit 5c3623d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/scss/component.article.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
justify-content: center;
3535
background: $colour-grey;
3636

37-
* {
37+
img {
3838
max-width: 100%;
3939
height: auto;
40-
margin: 0;
40+
display: block;
4141
}
4242
}
4343

0 commit comments

Comments
 (0)