diff options
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/src/index.css | 9 |
1 files 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, |