Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the padding in the onelive archive page header #1592

Merged
merged 1 commit into from
Dec 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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