This is an automated email from the ASF dual-hosted git repository.

shazron pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e2bc70  CB-14096: Fix platforms image overflowing on mobile (#821)
0e2bc70 is described below

commit 0e2bc7003bb1b379df76502a25742f661b3620b8
Author: GearĂ³id <mena...@users.noreply.github.com>
AuthorDate: Tue May 22 09:39:14 2018 +0900

    CB-14096: Fix platforms image overflowing on mobile (#821)
---
 www/static/css-src/_home.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/static/css-src/_home.scss b/www/static/css-src/_home.scss
index f09dd72..56f2847 100644
--- a/www/static/css-src/_home.scss
+++ b/www/static/css-src/_home.scss
@@ -283,6 +283,10 @@ img#logo_top {
     padding-top: 20px;
     padding-bottom: 20px;
     text-align: center;
+
+    img {
+        max-width: 100%;
+    }
 }
 .card_gallery {
     color:white;

-- 
To stop receiving notification emails like this one, please contact
shaz...@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to