Skip to content

Commit 7d92751

Browse files
committed
remove border from catalog logos
1 parent 100778b commit 7d92751

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/_sass/components/_thumbnail-integration.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@
4242
img {
4343
max-width: 50px;
4444
max-height: 50px;
45+
border: none!important;
4546

4647
@include breakpoint(medium up) {
4748
max-width: 70px;
4849
max-height: 70px;
50+
border: none!important;
4951
}
5052
}
5153
}

0 commit comments

Comments
 (0)