From bd9325eebb747fa07f17f3939ed80788302ff70a Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Sun, 10 Oct 2021 23:46:18 +0800 Subject: [PATCH] 1 --- src/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 558e85d..aaab5cb 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -237,8 +237,8 @@ } #menu__toggle:checked ~ .menu__main { - margin-left: 150px; - transition-duration: 0.25s; + margin-left: 150px; /* насколько сужать правую часть */ + /* transition-duration: 0.25s; */ } .menu__btn {