From 73be58df6355bbb6eb0b831c88e910a8c8775fe5 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 17 Apr 2018 16:31:27 +0200 Subject: [PATCH] [public.css.container] fixed card layout #rev.2 --- public_html/css/container.scss | 2 +- public_html/css/min/container.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;