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.
1 parent 678525e commit cc4f9deCopy full SHA for cc4f9de
src/.vuepress/theme/components/TheHeader.vue
@@ -14,10 +14,7 @@
14
itemprop="sameAs"
15
:content="social.link"
16
>
17
- <div
18
- class="flex flex-wrap w-full px-0"
19
- :class="{ 'px-4': !hasSidebar }"
20
- >
+ <div class="flex flex-wrap w-full px-0">
21
<div
22
class="flex items-center justify-end w-1/5 h-16 md:pl-0 md:w-1/12 lg:w-3/12"
23
:class="{'header-logo--bg': bgSidebar, 'container-layout-pl lg:w-2/7': hasSidebar }"
0 commit comments