GarGerry commited on
Commit
bf66925
·
verified ·
1 Parent(s): 2b16962

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -0
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 {