Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -67,7 +67,7 @@ body {
|
|
67 |
width: 100%;
|
68 |
display: flex;
|
69 |
flex-direction: column;
|
70 |
-
align-items: flex-start;
|
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:
|
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;
|