From 28e84e08e2e0a3cb924f93cb4003f82b8fc3ff0e Mon Sep 17 00:00:00 2001 From: Anway Durge <124391429+itzanway@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:12:16 +0530 Subject: [PATCH] dark switch added --- .vscode/settings.json | 3 +++ example.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/example.html b/example.html index 0fe030f..8298fa2 100644 --- a/example.html +++ b/example.html @@ -132,7 +132,7 @@ display: inline-block; width: 55px; height: 28px; - margin-left: 30px; + margin-left: 32px; } .switch input {