diff --git a/themes/grav/scss/template/modules/_toggle-switch.scss b/themes/grav/scss/template/modules/_toggle-switch.scss index a2c27a10..6943eb25 100644 --- a/themes/grav/scss/template/modules/_toggle-switch.scss +++ b/themes/grav/scss/template/modules/_toggle-switch.scss @@ -1,4 +1,3 @@ - .switch-toggle { display: inline-block; display: inline-flex; @@ -18,5 +17,4 @@ padding: 0 15px; white-space: nowrap; } - }