From 0e4582bdae241c98aa4f7c09fca261d7afccf6ef Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Fri, 22 May 2020 17:00:21 +0200 Subject: [PATCH] min-height for addaption --- _sass/stylish.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/stylish.scss b/_sass/stylish.scss index 4a1894e..bf2410e 100644 --- a/_sass/stylish.scss +++ b/_sass/stylish.scss @@ -77,13 +77,14 @@ a:active { overflow: hidden; display: flex; width: 100%; - height: 100vh; + min-height: 100vh; background-color: rgba(84, 241, 210, 0.33); z-index: -10; div { align-self: flex-end ; flex: 1 1 auto; padding: 0; + } img { position: relative;