Spaces:
Sleeping
Sleeping
Commit
·
a46e32d
1
Parent(s):
94288d8
Implementação da responsividade
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -298,13 +298,13 @@
|
|
298 |
}
|
299 |
|
300 |
.mode-toggle span {
|
301 |
-
min-width:
|
302 |
text-align: center;
|
303 |
}
|
304 |
|
305 |
.switch {
|
306 |
transform: scale(1.2);
|
307 |
-
margin-right:
|
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 {
|