From f6b7ad3adf3d242563e0fd0f80345d3517c47ead Mon Sep 17 00:00:00 2001 From: Bryan Braun Date: Fri, 13 Oct 2023 11:26:54 -0400 Subject: [PATCH] fix: title size tweaks --- src/components/PageTitle.astro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/PageTitle.astro b/src/components/PageTitle.astro index 4fce395..831fd19 100644 --- a/src/components/PageTitle.astro +++ b/src/components/PageTitle.astro @@ -25,12 +25,12 @@ const strokeStyles = ` > + style={strokeStyles} + transform="translate(-4.2 -4.946)"> + style={strokeStyles} + transform="translate(-9.4 -12)"> @@ -74,6 +74,6 @@ const strokeStyles = ` /* manage title size and allow for scaling */ .title-svg-chunk { - width: 475px; + width: 425px; }