Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -162,7 +162,7 @@ body {
|
|
162 |
}
|
163 |
|
164 |
#swap-btn {
|
165 |
-
transform: rotate(
|
166 |
width: 50px;
|
167 |
height: 50px;
|
168 |
}
|
|
|
162 |
}
|
163 |
|
164 |
#swap-btn {
|
165 |
+
transform: rotate(90deg); /* Keep arrow horizontal */
|
166 |
width: 50px;
|
167 |
height: 50px;
|
168 |
}
|