Skip to content

Commit 43bb2f5

Browse files
Update style.css
1 parent 95935bf commit 43bb2f5

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

style.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
body {
2+
margin: 0;
3+
padding: 0;
24
font-family: 'Zain', sans-serif;
35
background-color: #f9f9f9;
4-
margin: auto;
5-
padding: 1rem;
66
color: #222;
7+
8+
display: flex;
9+
justify-content: center;
10+
align-items: flex-start;
11+
min-height: 100vh;
712
}
813

14+
#container {
15+
width: 100%;
16+
max-width: 800px;
17+
padding: 1rem;
18+
}
19+
920
.match-card {
1021
background: white;
1122
border-radius: 12px;

0 commit comments

Comments
 (0)