Skip to content

Commit fe48a42

Browse files
feat: prevent page cover from causing layout shift
1 parent 7fb7198 commit fe48a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles.css

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
object-fit: cover;
186186
width: 100%;
187187
height: 30vh;
188+
min-height: 30vh;
188189
padding: 0;
189190
}
190191

0 commit comments

Comments
 (0)