Skip to content

Commit a421974

Browse files
committed
Fix heading in mobile view
1 parent f4e4d60 commit a421974

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
}
209209
@media only screen and (min-width: 1024px) and (max-width: 1134px){
210210
#diversity-desktop #one #image img {
211-
padding-top :130px;
211+
padding-top :110px;
212212
padding-bottom: 0px;
213213
}
214214
#diversity-desktop #two #image img {
@@ -385,7 +385,7 @@ <h3 class="timeline__title">18th Mar 5:00 PM :- Prize Distribution & Feedback Se
385385
<div id="one">
386386
<div class="foo1">
387387
<div id="heading">
388-
<center><h1><u>Celebrating diversity</u></h1></center>
388+
<center><h1>Celebrating diversity</h1></center>
389389
</div>
390390
</div>
391391
<div class="foo2">

0 commit comments

Comments
 (0)