diff options
author | Vitaly Takmazov | 2018-12-07 15:09:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | ff8855f3a5d10bed084406ae5a7a69d4ed2f24de (patch) | |
tree | 40e22e8f6cf413964ea28283f8dae3e852dffe2d /vnext/src/style | |
parent | 477b6deb29bf5ea6dd6adba62205cd10fcf9c36d (diff) |
Fix Post layout
Diffstat (limited to 'vnext/src/style')
-rw-r--r-- | vnext/src/style/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 1bc07d1d..726c2cba 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -46,7 +46,6 @@ img, hr { grid-template-areas: "header" "content" "footer"; grid-template-columns: 1fr; grid-template-rows: min-content minmax(1fr, min-content) min-content; - min-height: 100vh; font: -apple-system-body; font-family: -apple-system, Segoe UI; transition: margin-left 0.4s; @@ -225,6 +224,7 @@ img, hr { #content { grid-area: feed; width: 758px; + min-height: 100vh; } #sidebar { border: 0; |