Skip to content

Commit e0e0e05

Browse files
committed
Fix header icon button size to match other sites
1 parent 7af4236 commit e0e0e05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/layout/Header.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
{/each}
5151
</nav>
5252
</div>
53-
<div class="header-right header-actions">
53+
<div class="header-right">
5454
<a href={nav.home} class="icon-btn" use:tooltip={'Home'}>
5555
<Icon name="home" size={14} />
5656
</a>

0 commit comments

Comments
 (0)