victorafarias commited on
Commit
a46e32d
·
1 Parent(s): 94288d8

Implementação da responsividade

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -298,13 +298,13 @@
298
  }
299
 
300
  .mode-toggle span {
301
- min-width: 80px;
302
  text-align: center;
303
  }
304
 
305
  .switch {
306
  transform: scale(1.2);
307
- margin-right: 37px;
308
  }
309
 
310
  .refresh-btn {
 
298
  }
299
 
300
  .mode-toggle span {
301
+ min-width: 50px;
302
  text-align: center;
303
  }
304
 
305
  .switch {
306
  transform: scale(1.2);
307
+ margin-right: 10px;
308
  }
309
 
310
  .refresh-btn {