Skip to content

Commit 660c2c1

Browse files
committed
change "align items"
1 parent 479b755 commit 660c2c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

04. Alarm_Clock/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ body,
99
.wrapper,
1010
.content {
1111
display: flex;
12-
align-items: flex-start;
13-
margin-top: 2rem;
12+
align-items: center;
1413
justify-content: center;
1514
}
1615
body {
1716
padding: 0 10px;
1817
min-height: 100vh;
18+
align-items: flex-start;
19+
margin-top: 2rem;
1920
background: #4a98f7;
2021
}
2122
.wrapper {

0 commit comments

Comments
 (0)