Skip to content

Commit d75bfe7

Browse files
authored
Merge pull request #1108 from w3bdesign/dev
Dev
2 parents 8303caf + 3e2eea4 commit d75bfe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Layout/LayoutNavbar.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
role="banner"
44
class="container flex flex-col justify-center px-0 pt-4 md:pt-6 mx-auto mb-6"
55
>
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">
6+
<div class="flex flex-wrap lg:px-4 items-center">
7+
<div class="pr-2 my-2 lg:w-3/12 md:w-10/12">
8+
<div class="ml-4 lg:ml-2 mt-6">
99
<nuxt-img
1010
alt="Logo"
1111
class="h-16 lg:h-18 ml-[55px] md:ml-0"

0 commit comments

Comments
 (0)