Commit 501c865481d06a66c380a07582430d567bb6589e

Authored by Shilpi Saini
1 parent fb9533f7b1
Exists in master

content change

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
... ... @@ -1384,6 +1384,8 @@ table {
1384 1384 .card-color{
1385 1385 background-color:#2f383a;
1386 1386 font-size: 16px;
  1387 + max-width: 640px;
  1388 + margin: auto;
1387 1389 /* border-radius: 25px; */
1388 1390 }
1389 1391  
... ...
... ... @@ -6,7 +6,7 @@
6 6 <div class="clearfix"></div>
7 7 </div>
8 8 <form name="homeForm">
9   - <div class="col-xs-12 col-md-8 col-md-offset-2 city-meetup card-color">
  9 + <div class="city-meetup card-color">
10 10 <img src="images/Startup_JAlsa_logo.png" class="logojalsa">
11 11 <div class="jalsaHeader">PITCH SESSIONS 2019</div>
12 12 <div class="col-md-12 happen-imagemeetup">
... ...