diff --git a/src/components/UI/Layout/Layout.module.css b/src/components/UI/Layout/Layout.module.css index 705491277..5a336f2b4 100644 --- a/src/components/UI/Layout/Layout.module.css +++ b/src/components/UI/Layout/Layout.module.css @@ -1,4 +1,3 @@ .Main { - /* width: calc(100% - 200px); */ - width: 100%; + width: calc(100% - 233px); }