fix(seo): shorten title (<70 chars), meta description (<160 chars), fix duplicate h1

This commit is contained in:
Koala
2026-05-30 21:43:32 +02:00
parent bbba50f643
commit 5d6c0cd1fb
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -328,7 +328,7 @@ nav {
flex-shrink: 0;
}
.mock-header-row h1 {
.mock-header-title {
font-size: 18px;
margin: 0;
color: var(--accent);
@@ -340,7 +340,7 @@ nav {
font-weight: 800;
}
.mock-header-row h1 img {
.mock-header-title img {
width: 24px;
height: 24px;
object-fit: contain;