Spaces:
Runtime error
Runtime error
Alfredo Villegas commited on
Commit ·
964f1a2
1
Parent(s): 55acd52
margin auto switch button
Browse files- static/css/switch.css +1 -0
static/css/switch.css
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
min-width: 54px;
|
| 5 |
max-width: 54px;
|
| 6 |
height: 30px;
|
|
|
|
| 7 |
}
|
| 8 |
|
| 9 |
.switch input {
|
|
|
|
| 4 |
min-width: 54px;
|
| 5 |
max-width: 54px;
|
| 6 |
height: 30px;
|
| 7 |
+
margin: auto;
|
| 8 |
}
|
| 9 |
|
| 10 |
.switch input {
|