Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -143,7 +143,7 @@ body {
|
|
143 |
}
|
144 |
|
145 |
#swap-btn {
|
146 |
-
transform: rotate(
|
147 |
width: 50px; /* Ensure button size stays the same */
|
148 |
height: 50px;
|
149 |
}
|
|
|
143 |
}
|
144 |
|
145 |
#swap-btn {
|
146 |
+
transform: rotate(180deg); /* Rotate arrow to vertical */
|
147 |
width: 50px; /* Ensure button size stays the same */
|
148 |
height: 50px;
|
149 |
}
|