Skip to content

Commit cc4f9de

Browse files
committed
fix: Padding in TheHeader
1 parent 678525e commit cc4f9de

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/.vuepress/theme/components/TheHeader.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
itemprop="sameAs"
1515
:content="social.link"
1616
>
17-
<div
18-
class="flex flex-wrap w-full px-0"
19-
:class="{ 'px-4': !hasSidebar }"
20-
>
17+
<div class="flex flex-wrap w-full px-0">
2118
<div
2219
class="flex items-center justify-end w-1/5 h-16 md:pl-0 md:w-1/12 lg:w-3/12"
2320
:class="{'header-logo--bg': bgSidebar, 'container-layout-pl lg:w-2/7': hasSidebar }"

0 commit comments

Comments
 (0)