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; }