diff --git a/public_html/css/container.scss b/public_html/css/container.scss index 5a91d75..c9328e8 100755 --- a/public_html/css/container.scss +++ b/public_html/css/container.scss @@ -28,6 +28,7 @@ .inline-box{ flex: 1 1 20%; height: auto; + min-height: 10em; } .inline-row{ @@ -99,7 +100,6 @@ // width: calc( 50% - 2*1em - 2*1em ); flex: calc( 50% - 2*1em - 2*1em ); height: auto; - min-height: 10em; margin: 1em; padding: 1em; diff --git a/public_html/css/min/container.css b/public_html/css/min/container.css index 9d730eb..4d63936 100644 --- a/public_html/css/min/container.css +++ b/public_html/css/min/container.css @@ -30,7 +30,8 @@ align-items: center; } #WRAPPER > #CONTAINER > section.active .inline-box { flex: 1 1 20%; - height: auto; } + height: auto; + min-height: 10em; } #WRAPPER > #CONTAINER > section.active .inline-row { flex: 0 0 2.3em; } #WRAPPER > #CONTAINER > section.active .searchbar { @@ -68,7 +69,6 @@ position: relative; flex: calc( 50% - 2*1em - 2*1em); height: auto; - min-height: 10em; margin: 1em; padding: 1em; border-radius: 3px;