From 88ad2cde49d8e7933921456a64c7838b7135de7b Mon Sep 17 00:00:00 2001 From: ya_dim4ik Date: Mon, 4 Jul 2016 10:53:22 +0300 Subject: [PATCH] t1442: participation landing mobile fix --- static/participation_landing/css/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/participation_landing/css/main.css b/static/participation_landing/css/main.css index 97b811c2..3a4aaae4 100755 --- a/static/participation_landing/css/main.css +++ b/static/participation_landing/css/main.css @@ -65,6 +65,7 @@ html, body{ header{ min-height: 780px; + min-width: 1110px; background: url(../images/header.jpg) no-repeat top center; background-size: auto; } @@ -236,6 +237,7 @@ h1 .orange{ } .what_to_do{ + min-width: 1110px; padding: 60px 0px 80px; background: #f5f5f5; } @@ -346,6 +348,7 @@ h1 .orange{ } .why{ + min-width: 1110px; padding: 50px 0px 70px; background: url(../images/why.jpg) no-repeat top center; background-size: cover; @@ -508,6 +511,7 @@ h1 .orange{ } .reviews{ + min-width: 1110px; padding: 30px 0px; background: #f5f5f5; } @@ -715,6 +719,7 @@ h1 .orange{ } footer{ + min-width: 1110px; background: url(../images/footer.jpg) no-repeat top; background-size: cover; padding: 75px 0px;