Skip to content

Commit

Permalink
decreased bottom padding nova on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfox committed Jul 14, 2024
1 parent 758b89f commit b6d8770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<nav
class="flex text-black absolute bg-white xl:bottom-20 xl:left-24 xl:border-0 xl:w-auto w-auto bottom-24 left-4 rounded-sm"
class="flex text-black absolute bg-white xl:bottom-20 xl:left-24 xl:border-0 xl:w-auto w-auto bottom-8 left-4 rounded-sm"
>
<a href="/">
<img
Expand Down

0 comments on commit b6d8770

Please sign in to comment.