Skip to content

Commit

Permalink
Fixed Footer Icon sizing on smaller viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
lskellerm committed Mar 13, 2024
1 parent 8c9d6d4 commit 0e1920c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/base/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
>
<UIcon
name="i-fa6-brands-linkedin"
class="w-7 h-7 lg:w-10 lg:h-10 bg-background"
class="w-5 h-5 lg:w-10 lg:h-10 bg-background"
/>
</div>
</a>
Expand All @@ -108,7 +108,7 @@
>
<UIcon
name="i-fa6-brands-github"
class="w-7 h-7 lg:w-10 lg:h-10 bg-background"
class="w-5 h-5 lg:w-10 lg:h-10 bg-background"
/>
</div>
</a>
Expand Down

0 comments on commit 0e1920c

Please sign in to comment.