mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
improve header svg and do no shrink it
This commit is contained in:
@@ -8,10 +8,10 @@ export default function Header({ label = 'Pfadi Bussle' }: { label?: string }) {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="flex flex-row items-center p-3 my-3 text-white bg-gray-600 rounded-sm">
|
<div className="flex flex-row items-center p-3 my-3 text-white bg-gray-600 rounded-sm">
|
||||||
<h1 className="mr-3 flex-grow text-3xl">
|
<h1 className="mr-3 flex-grow text-2xl">
|
||||||
<Link href="/">{label}</Link>
|
<Link href="/">{label}</Link>
|
||||||
</h1>
|
</h1>
|
||||||
<Logo />
|
<Logo className="w-40 flex-shrink-0 text-white" />
|
||||||
</div>
|
</div>
|
||||||
{username && (
|
{username && (
|
||||||
<div className="info-message">
|
<div className="info-message">
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user