Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -48,7 +48,7 @@ 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;
|
@@ -66,10 +66,10 @@ body {
|
|
66 |
font-weight: bold;
|
67 |
font-size: 16px;
|
68 |
display: block;
|
|
|
69 |
}
|
70 |
|
71 |
.currency-box input {
|
72 |
-
margin-top: 5px;
|
73 |
padding: 15px;
|
74 |
font-size: 16px;
|
75 |
width: 100%;
|
@@ -81,15 +81,17 @@ body {
|
|
81 |
.currency-select {
|
82 |
display: flex;
|
83 |
align-items: center;
|
84 |
-
justify-content:
|
85 |
width: 100%;
|
86 |
-
margin-bottom: 20px;
|
87 |
flex-wrap: wrap; /* Allows wrap on small screens */
|
|
|
88 |
}
|
89 |
|
90 |
.currency-group {
|
|
|
|
|
91 |
margin: 10px;
|
92 |
-
|
93 |
}
|
94 |
|
95 |
.currency-group label {
|
@@ -100,7 +102,7 @@ body {
|
|
100 |
.currency-group select {
|
101 |
padding: 10px;
|
102 |
font-size: 16px;
|
103 |
-
width:
|
104 |
border-radius: 8px;
|
105 |
border: 1px solid #ccc;
|
106 |
box-sizing: border-box;
|
@@ -115,10 +117,7 @@ body {
|
|
115 |
border: none;
|
116 |
transition: background-color 0.3s;
|
117 |
font-size: 20px;
|
118 |
-
|
119 |
-
justify-content: center;
|
120 |
-
align-items: center;
|
121 |
-
margin: 0 10px;
|
122 |
height: 50px;
|
123 |
width: 50px;
|
124 |
}
|
|
|
48 |
display: flex;
|
49 |
flex-direction: column;
|
50 |
align-items: center;
|
51 |
+
width: 100%;
|
52 |
max-width: 800px;
|
53 |
margin: 0 auto;
|
54 |
padding: 30px;
|
|
|
66 |
font-weight: bold;
|
67 |
font-size: 16px;
|
68 |
display: block;
|
69 |
+
margin-bottom: 5px;
|
70 |
}
|
71 |
|
72 |
.currency-box input {
|
|
|
73 |
padding: 15px;
|
74 |
font-size: 16px;
|
75 |
width: 100%;
|
|
|
81 |
.currency-select {
|
82 |
display: flex;
|
83 |
align-items: center;
|
84 |
+
justify-content: space-between;
|
85 |
width: 100%;
|
|
|
86 |
flex-wrap: wrap; /* Allows wrap on small screens */
|
87 |
+
margin: 20px 0;
|
88 |
}
|
89 |
|
90 |
.currency-group {
|
91 |
+
display: flex;
|
92 |
+
flex-direction: column;
|
93 |
margin: 10px;
|
94 |
+
flex-grow: 1;
|
95 |
}
|
96 |
|
97 |
.currency-group label {
|
|
|
102 |
.currency-group select {
|
103 |
padding: 10px;
|
104 |
font-size: 16px;
|
105 |
+
width: 100%;
|
106 |
border-radius: 8px;
|
107 |
border: 1px solid #ccc;
|
108 |
box-sizing: border-box;
|
|
|
117 |
border: none;
|
118 |
transition: background-color 0.3s;
|
119 |
font-size: 20px;
|
120 |
+
margin: 10px 0;
|
|
|
|
|
|
|
121 |
height: 50px;
|
122 |
width: 50px;
|
123 |
}
|