From ccc4443052671d12c5da50b10429c3e8a78e09d4 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 10 Nov 2022 17:06:09 +0600 Subject: [PATCH] fixed flex stretching --- layouts/content.vue | 1 + layouts/landing.vue | 3 +++ 2 files changed, 4 insertions(+) diff --git a/layouts/content.vue b/layouts/content.vue index bad534a..187d96c 100644 --- a/layouts/content.vue +++ b/layouts/content.vue @@ -18,6 +18,7 @@ display: flex; flex-direction: column; padding-top: 40px; + flex: 1; @include desktop { padding-top: 10px; diff --git a/layouts/landing.vue b/layouts/landing.vue index 3b43c7c..af06ce6 100644 --- a/layouts/landing.vue +++ b/layouts/landing.vue @@ -17,6 +17,9 @@ .wrapper { height: 100%; + min-height: 100vh; + display: flex; + flex-direction: column; } .header_container {