Skip to content

Commit c0fc308

Browse files
Update style.css
1 parent 02d3cc1 commit c0fc308

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

public/style.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ body {
55
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
66
background-color: #181818;
77
color: #ffffff;
8+
display: flex;
9+
justify-content: center;
10+
align-items: center;
11+
min-height: 100vh;
812
}
913

1014
.main-container {
1115
display: flex;
1216
flex-direction: column;
1317
max-width: 800px;
14-
margin: 50px auto;
18+
width: 100%;
19+
margin: 0 auto;
20+
margin-bottom: 100px;
1521
padding: 20px;
1622
background-color: #242424;
1723
border-radius: 12px;

0 commit comments

Comments
 (0)