Tidy up Community Cards on mobile

This commit is contained in:
Jeremy Vyska 2022-02-21 07:39:07 +01:00
parent 6e7dce0943
commit 06d36bef49

View file

@ -187,8 +187,8 @@ images: ["images/og-image-fission.png"]
<div class="show-mobile"> <div class="show-mobile">
<div class="community-cards"> <div class="community-cards">
<a href="https://discord.gg/4wbfNv3" <a href="https://discord.gg/4wbfNv3">
><div class="card-shadow"> <div class="card-shadow">
<div class="card-header-custom"> <div class="card-header-custom">
<h2 style="padding-right: 0.8rem;"><i class="fab fa-discord"></i></h2> <h2 style="padding-right: 0.8rem;"><i class="fab fa-discord"></i></h2>
<h2 class="section-text-bold">Discord</h2> <h2 class="section-text-bold">Discord</h2>
@ -196,11 +196,10 @@ images: ["images/og-image-fission.png"]
<p class="section-text"> <p class="section-text">
Join the BC Community to engage with other BC Professionals. Join the BC Community to engage with other BC Professionals.
</p> </p>
</div></a </div>
> </a>
<a href="https://github.com/microsoft/alguidelines">
<a href="https://github.com/microsoft/alguidelines" <div class="card-shadow">
><div class="card-shadow">
<div class="card-header-custom"> <div class="card-header-custom">
<h2 style="padding-right: 0.8rem;"><i class="fab fa-github"></i></h2> <h2 style="padding-right: 0.8rem;"><i class="fab fa-github"></i></h2>
<h2 class="section-text-bold">GitHub</h2> <h2 class="section-text-bold">GitHub</h2>
@ -209,10 +208,10 @@ images: ["images/og-image-fission.png"]
Dive into the code. Submit PRs Dive into the code. Submit PRs
and collaborate with other like-minded contributors. and collaborate with other like-minded contributors.
</p> </p>
</div></a </div>
> </a>
<a href="https://twitter.com/search?q=%23bcalhelp" <a href="https://twitter.com/search?q=%23bcalhelp">
><div class="card-shadow twitter-card" style="margin-left: auto"> <div class="card-shadow twitter-card" style="margin-left: auto">
<div class="card-header-custom"> <div class="card-header-custom">
<h2 style="padding-right: 0.8rem;"><i class="fab fa-twitter"></i></h2> <h2 style="padding-right: 0.8rem;"><i class="fab fa-twitter"></i></h2>
<h2 class="section-text-bold">Twitter</h2> <h2 class="section-text-bold">Twitter</h2>
@ -220,8 +219,8 @@ images: ["images/og-image-fission.png"]
<p class="section-text"> <p class="section-text">
Chat about this with the <b class="text-highlight">#bcalhelp</b> hashtag. Chat about this with the <b class="text-highlight">#bcalhelp</b> hashtag.
</p> </p>
</div></a </div>
> </a>
</div> </div>
</div> </div>
</div> </div>