GarGerry commited on
Commit
7472ac3
·
verified ·
1 Parent(s): 0e021f1

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -159,7 +159,7 @@ body {
159
  }
160
 
161
  #swap-btn {
162
- transform: rotate(90deg); /* Rotasi tombol swap untuk mobile */
163
  width: 60px;
164
  height: 60px;
165
  margin: 0;
@@ -175,7 +175,7 @@ body {
175
  }
176
 
177
  #swap-btn {
178
- transform: rotate(0deg); /* Rotasi horizontal untuk desktop */
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
  }