You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/18 20:02:40 UTC

docs commit: Fixes main page's layout overlapping on landscape mobile devices

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 578fae279 -> 36f72800a


Fixes main page's layout overlapping on landscape mobile devices


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/36f72800
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/36f72800
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/36f72800

Branch: refs/heads/cordova-website
Commit: 36f72800af79baacfda20751c604d16d5052f08f
Parents: 578fae2
Author: riknoll <ri...@microsoft.com>
Authored: Fri Sep 18 09:47:05 2015 -0700
Committer: riknoll <ri...@microsoft.com>
Committed: Fri Sep 18 09:47:05 2015 -0700

----------------------------------------------------------------------
 www/static/css-src/_home.scss | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/36f72800/www/static/css-src/_home.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_home.scss b/www/static/css-src/_home.scss
index 953308e..1643c13 100644
--- a/www/static/css-src/_home.scss
+++ b/www/static/css-src/_home.scss
@@ -17,6 +17,12 @@ html {
     background-size: cover;
 	position:relative;
 	color:white;
+
+	.row {
+		margin-left: 0px;
+		margin-right: 0px;
+	}
+
 	#hero_section {
 		width:80%;
 		max-width:730px;
@@ -27,6 +33,7 @@ html {
 		.cordova-bot {
             text-align: center;
             img {
+				max-width: 275px;
                 width: 100%;
             }
 		}
@@ -59,8 +66,10 @@ html {
         }
     }
 }
+
 @media (max-width: $screen-xs-max) {
     #hero {
+		min-height: 620px;
         height: 100%;
         .hero_content p {
             margin-bottom: 20px;


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