logos: set w-full on the SVGs so they actually fill their flex parents
Build & Deploy unom website / build (push) Successful in 11s
Build & Deploy unom website / deploy (push) Successful in 5s

Without explicit dimensions the browser fell back to the SVG default
(300×150 CSS px), overflowing the 120×120 header link and hiding
behind the backdrop-blur.
This commit is contained in:
2026-05-26 18:57:50 +02:00
parent f4a08ea3a0
commit faa663c0e5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ export default function Logo() {
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 643.6 382.49"
className="w-full h-full"
>
<title>unom</title>
<path
+1
View File
@@ -5,6 +5,7 @@ export default function LogoQuadBG() {
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1000 1000"
className="w-full h-auto"
>
<title>unom</title>
<rect