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

Fix: Contact area spacing #387

Merged
merged 2 commits into from
Jul 31, 2024
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
6 changes: 3 additions & 3 deletions src/_includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2 class="h1-md text-center text-md-start d-block mb-3">The time is now—reach
</clipPath>
</svg>

<section class="row justify-content-md-center mt-5 mb-5 pb-5 align-content-stretch">
<section class="row justify-content-md-center mt-lg-5 mb-5 pb-5 align-content-stretch">
<div class="col-12 col-md-4">
<div class="background-calitp-blue pt-3 pt-md-5 px-3 text-center clipped-contact-start">
<picture
Expand All @@ -44,15 +44,15 @@ <h3 class="text-white d-block my-4">Connect with Cal-ITP</h3>
</div>
<div class="col-md-auto">&nbsp;</div>
<div class="col-12 col-md-4">
<div class="background-calitp-blue pt-3 pt-md-5 px-md-5 px-3 pt-2 text-center clipped-contact-end">
<div class="background-calitp-blue pt-3 pt-md-5 ps-md-5 pe-md-4 px-3 pt-2 pb-lg-4 text-center clipped-contact-end">
<picture
><img
src="/images/contact-bus.png"
alt="A bus nearly surrounded by a semicircular arrow, meant to indicate that transit content is being refreshed"
width="86"
/></picture>
<h3 class="text-white d-block my-4">Stay up to date</h3>
<p class="text-white text-start ps-lg-3">
<p class="text-white text-start px-lg-4">
See our latest milestones on our
<a class="text-white fw-bolder" href="/press">Press page</a>, and subscribe to the
<a
Expand Down