diff --git a/assets/styles/post.styl b/assets/styles/post.styl index 20c84f3..e68c743 100644 --- a/assets/styles/post.styl +++ b/assets/styles/post.styl @@ -396,3 +396,12 @@ margin-y($top, $bottom = $top) table display table + +// Temporary hack for Layout +.veui-layout + min-height 100% + min-width 1248px + + & & + min-height auto + min-width auto