diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-02 18:52:21 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-02 18:52:21 -0400 |
| commit | 7a2f98da7f8b484c7aa24df44fb15cc13b828a82 (patch) | |
| tree | 5d432f10c70b6a0bfa751f2f3aac26e853c70651 | |
| parent | 8d622604c8a8befa393d46be9f0b0300942352b3 (diff) | |
fixed montage view box scaling for Android - now both iOS and Android re-arranges the flex boxes correctly based on width
| -rw-r--r-- | www/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
