diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-05 09:24:31 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-05 11:11:46 +0100 |
commit | c2e532de826017947db6ad0228f7f9c6c0c1e659 (patch) | |
tree | 63b24386d35cb3d3b160f014c9ac159e62aa19bb | |
parent | 73179358f122c3fdc8351f1f6765bf01c7c789a1 (diff) |
Try a smaller min-height for smaller devices.0.18.0.11hotfix/0.18.0.11
-rw-r--r-- | app/assets/stylesheets/responsive/_attachments_layout.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/responsive/_attachments_layout.scss b/app/assets/stylesheets/responsive/_attachments_layout.scss index 9a2454e8f..070c288b8 100644 --- a/app/assets/stylesheets/responsive/_attachments_layout.scss +++ b/app/assets/stylesheets/responsive/_attachments_layout.scss @@ -62,6 +62,7 @@ } #wrapper_google_embed iframe { + min-height: 400px; @include respond-min($main_menu-mobile_menu_cutoff ){ min-height: 800px; @include lte-ie7{ |