Skip to content

Commit

Permalink
Increase the padding in the onelive archive page header (#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshithaRathnayake authored Dec 29, 2023
1 parent b63770f commit 2da2da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onelive/archive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div class="container">
<!--For bigger screens-->
<div class="position-absolute d-none d-md-block mt-5">
<h1 class="title"><b>PAST </b>ONE LIVES</h1>
<h1 class="title mb-4"><b>PAST </b>ONE LIVES</h1>
<div class="col-5 px-0 text-left">
<h5 class="mb-0 text-muted">Ever miss out on our OneLive event streams? Not to worry – we’ve got it all
saved for you here to watch. Have a look around!<br>
Expand All @@ -49,7 +49,7 @@ <h5 class="mb-0 text-muted">Ever miss out on our OneLive event streams? Not to w
</div>
<!--For mobile view-->
<div class="d-block d-md-none mt-4">
<h2 class="title"><b>PAST </b>ONE LIVES</h2>
<h2 class="title mb-3"><b>PAST </b>ONE LIVES</h2>
<div class="px-0 text-justify">
<h5 class="mb-0 text-muted">Ever miss out on our OneLive event streams? Not to worry – we’ve got it all
saved for you here to watch. Have a look around!<br>
Expand Down

0 comments on commit 2da2da9

Please sign in to comment.