Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -48,8 +48,8 @@ body {
|
|
48 |
display: flex;
|
49 |
flex-direction: column;
|
50 |
align-items: center;
|
51 |
-
width:
|
52 |
-
max-width: 800px; /*
|
53 |
margin: 0 auto;
|
54 |
padding: 30px;
|
55 |
border-radius: 12px;
|
@@ -62,6 +62,12 @@ body {
|
|
62 |
width: 100%;
|
63 |
}
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
.currency-box input {
|
66 |
margin-top: 5px;
|
67 |
padding: 15px;
|
@@ -72,11 +78,6 @@ body {
|
|
72 |
box-sizing: border-box;
|
73 |
}
|
74 |
|
75 |
-
.currency-box label {
|
76 |
-
font-weight: bold;
|
77 |
-
font-size: 16px;
|
78 |
-
}
|
79 |
-
|
80 |
.currency-select {
|
81 |
display: flex;
|
82 |
align-items: center;
|
@@ -180,24 +181,6 @@ body {
|
|
180 |
margin: 5px 0;
|
181 |
}
|
182 |
|
183 |
-
.how-to-use .steps {
|
184 |
-
width: 100%;
|
185 |
-
display: flex;
|
186 |
-
justify-content: center;
|
187 |
-
gap: 20px;
|
188 |
-
}
|
189 |
-
|
190 |
-
.currency-select {
|
191 |
-
width: 100%;
|
192 |
-
display: flex;
|
193 |
-
flex-wrap: wrap;
|
194 |
-
justify-content: space-between;
|
195 |
-
}
|
196 |
-
|
197 |
-
.currency-select select, .currency-select button {
|
198 |
-
width: 48%;
|
199 |
-
}
|
200 |
-
|
201 |
@media screen and (max-width: 768px) {
|
202 |
.steps {
|
203 |
flex-direction: column;
|
|
|
48 |
display: flex;
|
49 |
flex-direction: column;
|
50 |
align-items: center;
|
51 |
+
width: 80%; /* More width */
|
52 |
+
max-width: 800px; /* Wider container */
|
53 |
margin: 0 auto;
|
54 |
padding: 30px;
|
55 |
border-radius: 12px;
|
|
|
62 |
width: 100%;
|
63 |
}
|
64 |
|
65 |
+
.currency-box label {
|
66 |
+
font-weight: bold;
|
67 |
+
font-size: 16px;
|
68 |
+
display: block;
|
69 |
+
}
|
70 |
+
|
71 |
.currency-box input {
|
72 |
margin-top: 5px;
|
73 |
padding: 15px;
|
|
|
78 |
box-sizing: border-box;
|
79 |
}
|
80 |
|
|
|
|
|
|
|
|
|
|
|
81 |
.currency-select {
|
82 |
display: flex;
|
83 |
align-items: center;
|
|
|
181 |
margin: 5px 0;
|
182 |
}
|
183 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
@media screen and (max-width: 768px) {
|
185 |
.steps {
|
186 |
flex-direction: column;
|