Commit 915cc9760efe708647cca20ec1df9103c0a26c3e

Authored by Palak Handa
1 parent 0a91afdf1b
Exists in master and in 1 other branch paytm

background image mobile view correct

Showing 2 changed files with 8 additions and 3 deletions   Show diff stats
... ... @@ -1114,6 +1114,8 @@ input.hidden {
1114 1114 .startup-jalsa{
1115 1115 font-family: 'BenchNine', sans-serif;
1116 1116 color: rgb(25, 104, 157);
  1117 + position:relative;
  1118 + z-index:2;
1117 1119 }
1118 1120  
1119 1121 }
... ... @@ -1298,6 +1300,8 @@ table {
1298 1300 font-family: 'BenchNine', sans-serif;
1299 1301 font-size: 70.15pt;
1300 1302 color: rgb(25, 104, 157);
  1303 + position:relative;
  1304 + z-index:2;
1301 1305 }
1302 1306 .header{
1303 1307 /*width: 100%;*/
... ...
... ... @@ -60,6 +60,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
60 60 right:0;
61 61 top:0;
62 62 height: 700px;
  63 + position:fixed;
63 64 background-position: top center;
64 65 background-image: url(/images/mock_up_background.jpg);
65 66 background-repeat: no-repeat;
... ... @@ -73,9 +74,9 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
73 74 .bg_dots{
74 75 height:80%;
75 76 background-size: 300% auto;
76   - -webkit-background-size:300% auto;
77   - position:fixed;
78   - top:0;
  77 + -webkit-background-size:300% auto;
  78 + position:fixed;
  79 + top:0;
79 80 }
80 81 }
81 82 </style>
... ...