logos: set w-full on the SVGs so they actually fill their flex parents
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:
@@ -5,6 +5,7 @@ export default function Logo() {
|
|||||||
role="img"
|
role="img"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
viewBox="0 0 643.6 382.49"
|
viewBox="0 0 643.6 382.49"
|
||||||
|
className="w-full h-full"
|
||||||
>
|
>
|
||||||
<title>unom</title>
|
<title>unom</title>
|
||||||
<path
|
<path
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ export default function LogoQuadBG() {
|
|||||||
role="img"
|
role="img"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
viewBox="0 0 1000 1000"
|
viewBox="0 0 1000 1000"
|
||||||
|
className="w-full h-auto"
|
||||||
>
|
>
|
||||||
<title>unom</title>
|
<title>unom</title>
|
||||||
<rect
|
<rect
|
||||||
|
|||||||
Reference in New Issue
Block a user