Skip to content

Commit d65c3e2

Browse files
committed
chore: using flex margin auto for horizontal and vertical center
1 parent 5c6b737 commit d65c3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/navbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<header class="fixed top-0 left-0 right-0 bg-white shadow-lg">
3-
<div class="container flex items-center h-full py-4 mx-auto">
3+
<div class="container flex h-full py-4 m-auto">
44
<div v-if="showBackButton" class="items-center mr-4">
55
<NuxtLink to="/">
66
<svg

0 commit comments

Comments
 (0)