1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-18 01:49:08 +00:00

Fix footer dot/link alignment

This commit is contained in:
Luke 2022-02-09 21:45:57 +01:00
parent f397a341c8
commit c66bdb33e8

View file

@ -28,8 +28,8 @@
<a href="{{ site.about_url }}" class="footer-link"> About Us </a>
<a href="{{ site.business_model_url }}" class="footer-link"> Business Model </a>
<a href="{{ site.ownership_url }}" class="footer-link"> Ownership </a>
<div class="flex items-center space-x-2">
<span class="dot pulse-opacity-out-in" style="position: relative;"></span>
<div class="flex items-center">
<span class="dot pulse-opacity-out-in absolute -ml-5"></span>
<a href="{{ site.jobs_url }}" class="footer-link"> We're Hiring </a>
</div>
<a href="{{ site.help_url }}" class="footer-link"> Get Help </a>