From 6c2a663c5a2be83daeed66f41d25f84385ff20a8 Mon Sep 17 00:00:00 2001 From: bohung Date: Thu, 27 Oct 2022 12:30:07 +0800 Subject: [PATCH] Fix bug. --- assets/stylesheets/template/layout/content.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 7f9303c..3cb361d 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -3,8 +3,9 @@ @import "../initial"; .layout-content { - min-height: 10em; - + @media (min-width: $screen-sm){ + min-height: 35em; + } .container { @extend .response-container; }