Commit 6375f30785691ec6d40fd8de1071ac43419f014d

Authored by Palak Handa
1 parent 50a08d1bdc
Exists in master and in 1 other branch paytm

minor change

Showing 1 changed file with 5 additions and 4 deletions   Show diff stats
... ... @@ -1380,6 +1380,7 @@ table {
1380 1380 background-image: url(/images/mock_up_background.jpg);
1381 1381 background-repeat: no-repeat;
1382 1382 background-attachment:fixed;
  1383 + background-position: top center;
1383 1384 -webkit-background-attachment: fixed;
1384 1385 background-size: 400% auto;
1385 1386 -webkit-background-size:400% auto;
... ... @@ -1388,9 +1389,9 @@ table {
1388 1389  
1389 1390 }
1390 1391  
1391   -@media screen and (max-device-width: 991px) and (orientation: landscape){
1392   - .rotate-card{
1393   - width: 100%;
1394   - }
  1392 + @media screen and (max-device-width: 991px) and (orientation: landscape){
  1393 + .rotate-card{
  1394 + width: 100%;
  1395 + }
1395 1396  
1396 1397 }
1397 1398 \ No newline at end of file
... ...