Add section container class to about page

This commit is contained in:
davegson 2022-02-04 15:38:26 +01:00
parent af4ecc239c
commit 7f8d7d8720

View file

@ -6,8 +6,8 @@ redirect_from:
- /community-hub/
---
<section class="space-y-52">
<div class="showcase-container-reverse mt-32">
<section class="section-container">
<div class="showcase-container-reverse">
<div class="showcase-left" style="max-width: 1050px;">
<img src="{{ site.img_url }}page-specific/about/team_overview.png" alt="">
</div>
@ -25,7 +25,7 @@ redirect_from:
</p>
<div class="col-container w-full text-left md:text-center lg:w-max lg:text-left">
<a class="btn-secondary" href="{{ site.team_url }}">View team overview</a>
<a class="btn-tertiary hover-opacity-out" href="#">Follow along</a>
<a class="btn-tertiary hover-opacity-out" href="#footer">Follow along</a>
</div>
</div>
</div>