Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -171,10 +171,12 @@ body {
|
|
171 |
text-align: center;
|
172 |
display: flex;
|
173 |
justify-content: center;
|
|
|
174 |
}
|
175 |
|
176 |
.how-to-use h2 {
|
177 |
font-weight: bold;
|
|
|
178 |
}
|
179 |
|
180 |
.steps {
|
|
|
171 |
text-align: center;
|
172 |
display: flex;
|
173 |
justify-content: center;
|
174 |
+
flex-direction: column;
|
175 |
}
|
176 |
|
177 |
.how-to-use h2 {
|
178 |
font-weight: bold;
|
179 |
+
margin-bottom: 20px;
|
180 |
}
|
181 |
|
182 |
.steps {
|