From 7a2f98da7f8b484c7aa24df44fb15cc13b828a82 Mon Sep 17 00:00:00 2001 From: ARC Date: Sat, 2 May 2015 18:52:21 -0400 Subject: fixed montage view box scaling for Android - now both iOS and Android re-arranges the flex boxes correctly based on width --- www/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 1aadaba5..7ad087fa 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -28,7 +28,7 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ .wrapper > * { padding: 5px; - flex: 1 100%; + /*flex: 1 100%; -- I commented this out - the wrapper was taking up full width in Chrome*/ } .header { -- cgit v1.2.3