From ff93b8fa668a7ff286da40f70c63de0dd305f95a Mon Sep 17 00:00:00 2001 From: Adedoyin Date: Thu, 15 Jan 2026 23:30:53 +0100 Subject: [PATCH] chore: prefer max width for h1 --- index.html | 4 ++-- src/scss/layout/_header.scss | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3923832..00582f7 100644 --- a/index.html +++ b/index.html @@ -110,8 +110,8 @@

- NigeriaLogos, an open source collection
of - high quality, pixel perfect Nigerian
company logos for free use. + NigeriaLogos, an open source collection of high quality, pixel + perfect Nigerian company logos for free use.

Search through 100+ vector logos from 36+ contributors diff --git a/src/scss/layout/_header.scss b/src/scss/layout/_header.scss index 1ac3f6b..adbd176 100644 --- a/src/scss/layout/_header.scss +++ b/src/scss/layout/_header.scss @@ -279,6 +279,7 @@ header { h1 { min-width: 500px; + max-width: 35ch; position: absolute; left: 0; top: 10vh;