From d9b0c965f9b0da4bb0d6fc19f0026124c0a751a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Mon, 1 Aug 2022 08:59:55 +0300 Subject: [PATCH] Give margin to a tag in .brands section & fix img height when viewport < 850px --- resources/css/views/index.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/css/views/index.scss b/resources/css/views/index.scss index abf138d..fcd1db6 100644 --- a/resources/css/views/index.scss +++ b/resources/css/views/index.scss @@ -35,6 +35,10 @@ $social-button_inner_margin: 10px; opacity: 0; z-index: 0; animation: slideshow 30s linear infinite 0s; + + @include mixins.header_overflow2 { + height: calc(100vh - 45px); + } } li:nth-child(1) span { @@ -74,6 +78,10 @@ $social-button_inner_margin: 10px; font-style: italic; color: variables.$clr_dark; } + + @include mixins.header_overflow2 { + margin: 1.5vh 1vw; + } } }