Commit 4a0f11c9fbee5162ec4c136420be33d8d5e72595

Authored by Palak Handa
1 parent 3c93601526
Exists in master and in 1 other branch paytm

minor changes

Showing 2 changed files with 11 additions and 16 deletions   Show diff stats
... ... @@ -478,9 +478,10 @@ stroke-dashoffset:0
478 478 }
479 479  
480 480 #front {
481   - background-image: url(/images/mock_up_background.jpg);
482   - background-repeat: round;
483   -
  481 + background-image: url(/images/mock_up_background.jpg);
  482 + background-repeat: no-repeat;
  483 + background-size: cover;
  484 + background-attachment: fixed;
484 485 }
485 486  
486 487 /* .footer {
... ... @@ -1367,17 +1368,11 @@ table {
1367 1368  
1368 1369  
1369 1370 @media (max-width:767px){h1{font-size:2.8rem;}
1370   -
1371   - /*.startup-jalsa{
1372   - font-family: 'BenchNine', sans-serif;
1373   - color: rgb(25, 104, 157);
1374   - }
1375   -*/
1376   - .phone-meetup{
  1371 + .phone-meetup{
1377 1372 margin-left: 4%;
1378 1373 }
1379   - .city-meetup {
1380   - opacity: 0.8;
1381   - filter: alpha(opacity=80); /* For IE8 and earlier */
1382   -}
  1374 + .city-meetup {
  1375 + opacity: 0.8;
  1376 + filter: alpha(opacity=80); /* For IE8 and earlier */
  1377 + }
1383 1378 }
1384 1379 \ No newline at end of file
... ...
1   -<div class="header">
  1 +<div class="header" >
2 2 <div>
3 3 <h1 class="startup-jalsa">STARTUP JALSA 2018</h1>
4 4 </div>
... ... @@ -7,7 +7,7 @@
7 7 </div>
8 8 <!-- CLOSE HEADER -->
9 9 <form name="homeForm">
10   - <div class="col-xs-12 col-md-10 col-md-offset-1 city-meetup card-color">
  10 + <div class="col-xs-12 col-md-10 col-md-offset-1 city-meetup card-color " >
11 11 <div class="col-xs-12">
12 12 <div class="row">
13 13 <div class="col-sm-6">
... ...