We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3af9c commit 8cc4176Copy full SHA for 8cc4176
1 file changed
assets/sass/teaser.scss
@@ -83,10 +83,16 @@
83
}
84
85
86
-.m-teaser__image figure {
87
- border-radius: var(--border-radius-l) var(--border-radius-l) 0 0;
88
- object-fit: cover;
89
- height: 100%;
+.m-teaser__image {
+ figure {
+ border-radius: var(--border-radius-l) var(--border-radius-l) 0 0;
+ height: 100%;
90
+ }
91
+
92
+ img {
93
+ object-fit: cover;
94
95
96
97
98
.m-teaser__dateline {
0 commit comments