diff options
author | Vitaly Takmazov | 2018-12-07 13:50:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | f58b0d27726b46053079520d29991199ae8e736a (patch) | |
tree | 43c329f4d0393fefea1031a46c21e0f01228c589 /vnext/src/style | |
parent | 85f38801a34825be69fec27ae523537fbc72f1d6 (diff) |
Layout fixes
Diffstat (limited to 'vnext/src/style')
-rw-r--r-- | vnext/src/style/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 69e638f6..1bc07d1d 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -1,6 +1,6 @@ @custom-media --viewport-desktop (width >=62.5rem); :root { - --main-width: 960px; + --main-width: 1000px; } html, body, div, h1, h2, ul, li, p, form, input, textarea, pre { @@ -72,7 +72,6 @@ img, hr { width: 0; top: 0; left: 0; - margin-right: 2px; overflow-x: hidden; overflow-y: auto; height: 100%; @@ -116,6 +115,7 @@ img, hr { #logo { height: 36px; width: 110px; + padding: 4px; } #logo a { @@ -224,7 +224,7 @@ img, hr { } #content { grid-area: feed; - width: 728px; + width: 758px; } #sidebar { border: 0; |