Skip to content

Commit 0f87a8b

Browse files
fix: make header wrapped on mobile
1 parent 71d58a1 commit 0f87a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header class="w-full bg-gray-200 header flex text-lg">
2-
<div class="flex flex-row w-full items-center">
3-
<div class="flex-auto px-3 justify-start order-first inline-flex">
2+
<div class="flex flex-col md:flex-row w-full items-center">
3+
<div class="flex-auto pt-2 md:pt-0 px-3 justify-start order-first inline-flex">
44
<a class="font-header" href="/">
55
<span class="font-light">Harmony </span
66
><span class="font-bold">Chat</span>

0 commit comments

Comments
 (0)