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:
parent
f397a341c8
commit
c66bdb33e8
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue