Skip to content

Commit 2e9b1fd

Browse files
committedDec 17, 2024
fix: bg size cover
1 parent 1c11fd5 commit 2e9b1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎001-expanding cards/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body {
2020
}
2121

2222
.panel {
23-
background-size: auto 100%;
23+
background-size: cover;
2424
background-position: center;
2525
background-repeat: no-repeat;
2626
height: 80vh;

0 commit comments

Comments
 (0)
Please sign in to comment.