GarGerry commited on
Commit
8b3a292
·
verified ·
1 Parent(s): bb4d459

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -143,7 +143,7 @@ body {
143
  }
144
 
145
  #swap-btn {
146
- transform: rotate(90deg); /* Rotate arrow to vertical */
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
  }