GarGerry commited on
Commit
4d4310e
·
verified ·
1 Parent(s): 2580985

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -2
style.css CHANGED
@@ -48,7 +48,8 @@ body {
48
  display: flex;
49
  flex-direction: column;
50
  align-items: center;
51
- max-width: 1200px;
 
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: flex-end;
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
  }