From 763a668c74a0eddf45d6d61a0b4dad809d9fe813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Wed, 29 Jun 2022 12:47:46 +0200 Subject: [PATCH] login/register form - height --- frontend/simple/css/style.css | 2 +- resources/sass/frontend_simple/modules/main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/simple/css/style.css b/frontend/simple/css/style.css index 33bda094c..03921e489 100644 --- a/frontend/simple/css/style.css +++ b/frontend/simple/css/style.css @@ -168,7 +168,7 @@ header nav span.menu_item.active { } #main .main_content { max-width: 1400px; - min-height: 839px; + min-height: 769px; margin: 0 auto; padding: 70px 20px 0px 20px; } diff --git a/resources/sass/frontend_simple/modules/main.scss b/resources/sass/frontend_simple/modules/main.scss index 9acc669d7..02ce7223d 100644 --- a/resources/sass/frontend_simple/modules/main.scss +++ b/resources/sass/frontend_simple/modules/main.scss @@ -3,7 +3,7 @@ .main_content{ max-width: 1400px; - min-height: 839px; + min-height: 769px; margin: 0 auto; padding: 70px 20px 0px 20px; }