We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8303caf + 3e2eea4 commit d75bfe7Copy full SHA for d75bfe7
components/Layout/LayoutNavbar.vue
@@ -3,9 +3,9 @@
3
role="banner"
4
class="container flex flex-col justify-center px-0 pt-4 md:pt-6 mx-auto mb-6"
5
>
6
- <div class="flex flex-wrap lg:px-4">
7
- <div class="w-full pr-2 my-2 lg:w-3/12 md:w-10/12">
8
- <div class="ml-4 lg:ml-2">
+ <div class="flex flex-wrap lg:px-4 items-center">
+ <div class="pr-2 my-2 lg:w-3/12 md:w-10/12">
+ <div class="ml-4 lg:ml-2 mt-6">
9
<nuxt-img
10
alt="Logo"
11
class="h-16 lg:h-18 ml-[55px] md:ml-0"
0 commit comments