Commit 53d902e2cb71ef75e5065d9693c5ef3a3b72b195

Authored by Palak Handa
1 parent 71b979d39a
Exists in master and in 1 other branch paytm

minor change

Showing 1 changed file with 20 additions and 2 deletions   Show diff stats
... ... @@ -1367,7 +1367,10 @@ table {
1367 1367  
1368 1368  
1369 1369  
1370   - @media (max-width:767px){h1{font-size:2.8rem;}
  1370 + @media (max-width:767px){
  1371 + h1{
  1372 + font-size:2.8rem;
  1373 + }
1371 1374 .phone-meetup{
1372 1375 margin-left: 4%;
1373 1376  
... ... @@ -1378,13 +1381,28 @@ table {
1378 1381 }
1379 1382 #front {
1380 1383 background-image: url(/images/mock_up_background.jpg);
1381   - background-repeat: repeat;
  1384 + background-repeat: no-repeat;
1382 1385 background-attachment:fixed;
1383 1386 /*background-position: top center;*/
1384 1387 -webkit-background-attachment: fixed;
1385 1388 background-size: 400% auto;
1386 1389 -webkit-background-size:400% auto;
1387 1390 }
  1391 + .bg_dots{
  1392 + position: absolute;
  1393 + left:0;
  1394 + right:0;
  1395 + top:0;
  1396 + height: 700px;
  1397 + background-position: top center;
  1398 + background-image: url(/images/mock_up_background.jpg);
  1399 + background-repeat: no-repeat;
  1400 + /*background-attachment:fixed;*/
  1401 + /*background-position: top center;*/
  1402 + -webkit-background-attachment: fixed;
  1403 + background-size: 100% auto;
  1404 + -webkit-background-size:100% auto;
  1405 + }
1388 1406 }
1389 1407  
1390 1408 @media screen and (max-device-width: 991px) and (orientation: landscape){
... ...