Files for my website bwc9876.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

balance text wrap on tags on project page

Ben C 7fb32d72 408aa027

+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