style: Pigmento-Titel und Logo vergrößert, mehr Abstand zu den Tabs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ferdinand
2026-04-03 13:57:11 +02:00
parent f5a976b3a4
commit 1919f949e9
2 changed files with 3 additions and 3 deletions

View File

@@ -8,8 +8,8 @@
</head>
<body>
<header>
<div style="display:flex;align-items:center;gap:0.4rem;margin-bottom:0.75rem">
<div id="lottie-logo" style="width:36px;height:36px;flex-shrink:0"></div>
<div style="display:flex;align-items:center;gap:0.6rem;margin-bottom:1.25rem">
<div id="lottie-logo" style="width:56px;height:56px;flex-shrink:0"></div>
<h1 style="margin-bottom:0">Pigmento</h1>
</div>
<nav>

View File

@@ -16,7 +16,7 @@ header {
z-index: 10;
}
header h1 { font-size: 1.2rem; margin-bottom: 0; }
header h1 { font-size: 2rem; margin-bottom: 0; }
nav { display: flex; gap: 0.5rem; }