Skip to content

Commit d0d4ec7

Browse files
committed
add correct width
1 parent c79adc9 commit d0d4ec7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ExpandsCards/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ body {
1010
height: 100vh;
1111
}
1212

13-
h1,h3{
14-
color: aliceblue;
13+
h1,
14+
h3 {
15+
color: aliceblue;
1516
}
1617

1718
h1,
@@ -27,7 +28,7 @@ h1,
2728
}
2829

2930
.panel {
30-
background-size: auto 100%;
31+
background-size: auto;
3132
background-repeat: no-repeat;
3233
background-position: center;
3334
height: 80vh;

0 commit comments

Comments
 (0)