aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 1aff997..86e6e10 100644
--- a/style.css
+++ b/style.css
@@ -22,7 +22,6 @@
body {
background-color: var(--bg-color);
- display:inline-block;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
@@ -124,6 +123,7 @@ button, code, input, textarea {
}
.switch input {
+ display: inline-block;
height: 0;
opacity: 0;
width: 0;