Files for my website bwc9876.dev

balance text wrap on tags on project page

bwc9876.dev 7fb32d72 408aa027

verified
+7 -2
+7 -2
src/pages/projects/[...slug].astro
··· 123 123 margin: 0; 124 124 } 125 125 126 - div.project-header h1 { 127 - margin-top: 0; 126 + div.project-header { 127 + h1 { 128 + margin-top: 0; 129 + } 130 + p { 131 + text-wrap: balance; 132 + } 128 133 } 129 134 } 130 135