Skip to content

Commit af4becb

Browse files
committed
few more css fixes
1 parent 1a0ebf2 commit af4becb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/layouts/DocsArticle.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
<article class="web-article contents">
4444
<header class="web-article-header flex items-start justify-between">
4545
<div class="web-article-header-start web-u-cross-start flex flex-col">
46-
<div class="mobile-header-row mb-2 flex w-full items-center md:hidden">
46+
<div class="mobile-header-row mb-2 flex w-full items-center lg:hidden">
4747
{#if back}
4848
<a href={back} class="web-icon-button" aria-label="previous page">
49-
<span class="icon-cheveron-left" aria-hidden="true"></span>
49+
<span class="web-icon-chevron-left" aria-hidden="true"></span>
5050
</a>
5151
{/if}
5252
<div class="copy-button-wrapper-mobile ml-auto">
@@ -75,7 +75,7 @@
7575
<h1 class="text-title font-aeonik-pro text-primary">{title}</h1>
7676
</div>
7777
</div>
78-
<div class="web-article-header-end copy-button-wrapper hidden md:block">
78+
<div class="web-article-header-end copy-button-wrapper hidden lg:block">
7979
<CopyAsMarkdown class="ml-0" />
8080
</div>
8181
</header>

0 commit comments

Comments
 (0)