Skip to content

Commit 83b8727

Browse files
Update style.css
1 parent c7096c0 commit 83b8727

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ body {
77

88
display: flex;
99
justify-content: center;
10-
align-items: flex-start;
10+
align-items: center;
1111
min-height: 100vh;
1212
}
1313

1414
#container {
1515
width: 100%;
1616
max-width: 800px;
1717
padding: 1rem;
18+
text-align: center;
1819
}
1920

2021
.match-card {

0 commit comments

Comments
 (0)