Update style.css
Browse files
style.css
CHANGED
@@ -159,7 +159,7 @@ body {
|
|
159 |
}
|
160 |
|
161 |
#swap-btn {
|
162 |
-
transform: rotate(
|
163 |
width: 60px;
|
164 |
height: 60px;
|
165 |
margin: 0;
|
@@ -175,7 +175,7 @@ body {
|
|
175 |
}
|
176 |
|
177 |
#swap-btn {
|
178 |
-
transform: rotate(
|
179 |
width: 70px;
|
180 |
height: 70px;
|
181 |
}
|
|
|
159 |
}
|
160 |
|
161 |
#swap-btn {
|
162 |
+
transform: rotate(0deg); /* Rotasi tombol swap untuk mobile */
|
163 |
width: 60px;
|
164 |
height: 60px;
|
165 |
margin: 0;
|
|
|
175 |
}
|
176 |
|
177 |
#swap-btn {
|
178 |
+
transform: rotate(90deg); /* Rotasi horizontal untuk desktop */
|
179 |
width: 70px;
|
180 |
height: 70px;
|
181 |
}
|