Skip to content

Commit

Permalink
Fix socials sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg committed Aug 31, 2024
1 parent 88c9a42 commit 5b4575d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Socials.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
import { Image } from "astro:assets";
---

<div class="sm:h-1/12 fixed bottom-0 right-0 bg-orange p-5 sm:w-1/12 sm:p-2">
<div
class="h-1/12 fixed bottom-0 right-0 w-1/12 bg-orange p-2 sm:h-auto sm:w-auto sm:p-5"
>
<a href="https://www.linkedin.com/company/back-on-track-america/">
<Image src="/linkedin.svg" alt="LinkedIn Icon" width="40" height="40" />
</a>
Expand Down

0 comments on commit 5b4575d

Please sign in to comment.