GarGerry commited on
Commit
a04532e
·
verified ·
1 Parent(s): 92b055b

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -67,7 +67,7 @@ body {
67
  width: 100%;
68
  display: flex;
69
  flex-direction: column;
70
- align-items: flex-start; /* Align left */
71
  }
72
 
73
  .currency-box label {
@@ -89,7 +89,7 @@ body {
89
  .currency-select {
90
  display: flex;
91
  justify-content: space-between;
92
- align-items: flex-start;
93
  width: 100%;
94
  margin: 20px 0;
95
  flex-wrap: wrap;
 
67
  width: 100%;
68
  display: flex;
69
  flex-direction: column;
70
+ align-items: flex-start;
71
  }
72
 
73
  .currency-box label {
 
89
  .currency-select {
90
  display: flex;
91
  justify-content: space-between;
92
+ align-items: center;
93
  width: 100%;
94
  margin: 20px 0;
95
  flex-wrap: wrap;