Skip to content

Commit 7c5f9ed

Browse files
Update Docs.svelte
1 parent 2040725 commit 7c5f9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/layouts/Docs.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</div>
132132
</section>
133133
<header
134-
class="web-main-header {isReferences ? 'is-reference' : 'is-docs'}"
134+
class="web-main-header hidden lg:block {isReferences ? 'is-reference' : 'is-docs'}"
135135
class:is-transparent={variant !== 'expanded'}
136136
>
137137
<div class="web-main-header-wrapper">

0 commit comments

Comments
 (0)