Skip to content

Commit 47a353f

Browse files
committed
fix: changed heigth and added object-fit cover to the image
1 parent b307141 commit 47a353f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/theme/ItaliaTheme/Blocks/_completeBlockLinkstemplate.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@
5252
.no-external-if-link > .external-link {
5353
display: none;
5454
}
55+
56+
img.responsive {
57+
height: 100%;
58+
object-fit: cover;
59+
}
5560
}

0 commit comments

Comments
 (0)