Fix spacing

This commit is contained in:
2025-08-03 18:31:00 -04:00
parent 7bcb45d9bc
commit f78b0a4c63
9 changed files with 39 additions and 54 deletions

View File

@@ -22,7 +22,7 @@
<!-- create temp variables and store the design system values-->
<header>
<!-- The headline banner area -->
<svg height="5.5rem" width="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<svg style="height: 5.5rem; width: 100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<text>[site name]</text>
</svg>
<div>
@@ -41,7 +41,7 @@
header
// The headline banner area
svg(height='5.5rem' width='100%' xmlns='http://www.w3.org/2000/svg' aria-hidden='true')
svg(style="height: 5.5rem; width: 100%" xmlns='http://www.w3.org/2000/svg' aria-hidden='true')
text= site
div
div.header-title