Skip to content

Commit df28d75

Browse files
authored
Merge pull request #1087 from w3bdesign/1075-ensure-footer-is-always-at-bottom
Fix logo placement
2 parents 1b2a152 + 06f065b commit df28d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Layout/LayoutNavbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
>
66
<div class="flex flex-wrap lg:px-4">
77
<div class="w-full pr-2 my-2 lg:w-3/12 md:w-10/12">
8-
<div class="ml-4 lg:ml-0">
8+
<div class="ml-4 lg:ml-2">
99
<nuxt-img
1010
alt="Logo"
1111
class="h-16 lg:h-18 ml-[55px] md:ml-0"

0 commit comments

Comments
 (0)