GarGerry commited on
Commit
9953c73
·
verified ·
1 Parent(s): 8e5c5e9

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -4
style.css CHANGED
@@ -134,6 +134,10 @@ body {
134
  align-items: center;
135
  }
136
 
 
 
 
 
137
  /* Mode Mobile */
138
  @media screen and (max-width: 768px) {
139
  .currency-select {
@@ -175,10 +179,6 @@ body {
175
  }
176
  }
177
 
178
- #swap-btn i {
179
- font-size: 24px;
180
- }
181
-
182
  #swap-btn:hover {
183
  background-color: #004d00;
184
  }
 
134
  align-items: center;
135
  }
136
 
137
+ #swap-btn i {
138
+ font-size: 24px;
139
+ }
140
+
141
  /* Mode Mobile */
142
  @media screen and (max-width: 768px) {
143
  .currency-select {
 
179
  }
180
  }
181
 
 
 
 
 
182
  #swap-btn:hover {
183
  background-color: #004d00;
184
  }