diff options
author | Vitaly Takmazov | 2020-05-05 10:48:25 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | f7ab465ad9b7b9b2621e3279c802345adb1afa77 (patch) | |
tree | 9afd5d54847a8879a7869ac111dce208409eeb1f | |
parent | 6ffdba946c8db14d09c95bb3d61d7095571d39b4 (diff) |
CSS fixes from legacy app
-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, |