diff --git a/assets/css/navbar.css b/assets/css/navbar.css index 1642b0d..005b0d2 100644 --- a/assets/css/navbar.css +++ b/assets/css/navbar.css @@ -1,5 +1,5 @@ #navbar .navbar-item{ - @apply text-white font-medium flex items-center; + @apply text-white font-medium flex flex-col items-center text-center; &:hover{ @apply text-pumpkin-400; } diff --git a/components/TheFooter.vue b/components/TheFooter.vue index 2ed88cb..2ac6e26 100644 --- a/components/TheFooter.vue +++ b/components/TheFooter.vue @@ -6,17 +6,17 @@ diff --git a/components/TheNavbar.vue b/components/TheNavbar.vue index d8d0911..144f244 100644 --- a/components/TheNavbar.vue +++ b/components/TheNavbar.vue @@ -17,17 +17,17 @@ const handleLogout = async () => {