mirror of
https://github.com/safing/web
synced 2025-09-01 02:29:02 +00:00
Add section container class to about page
This commit is contained in:
parent
af4ecc239c
commit
7f8d7d8720
1 changed files with 15 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue