From f7ab465ad9b7b9b2621e3279c802345adb1afa77 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 5 May 2020 10:48:25 +0300 Subject: CSS fixes from legacy app --- vnext/src/index.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/vnext/src/index.css b/vnext/src/index.css index e50a7bd3..9117fe1c 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -334,11 +334,6 @@ hr { } @media (--viewport-desktop) { - #header_wrapper, - .footer_container { - margin: 0 auto; - width: var(--main-width); - } .desktop { display: block; } @@ -354,8 +349,8 @@ hr { left: 0; top: 64px; flex-direction: column; - justify-content: initial; - border-top: initial; + border-top: 1px solid transparent; + justify-content: normal; width: 320px; } #sidebar a, -- cgit v1.2.3