Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -48,7 +48,8 @@ body {
|
|
48 |
display: flex;
|
49 |
flex-direction: column;
|
50 |
align-items: center;
|
51 |
-
|
|
|
52 |
margin: 0 auto;
|
53 |
padding: 40px;
|
54 |
border-radius: 12px;
|
@@ -138,7 +139,7 @@ body {
|
|
138 |
|
139 |
.steps {
|
140 |
display: flex;
|
141 |
-
justify-content:
|
142 |
margin-top: 20px;
|
143 |
flex-wrap: wrap;
|
144 |
}
|
|
|
48 |
display: flex;
|
49 |
flex-direction: column;
|
50 |
align-items: center;
|
51 |
+
width: 90%; /* More width */
|
52 |
+
max-width: 600px;
|
53 |
margin: 0 auto;
|
54 |
padding: 40px;
|
55 |
border-radius: 12px;
|
|
|
139 |
|
140 |
.steps {
|
141 |
display: flex;
|
142 |
+
justify-content: center;
|
143 |
margin-top: 20px;
|
144 |
flex-wrap: wrap;
|
145 |
}
|