EnCiv / enciv-home

the EnCiv home page
0 stars 2 forks source link

Allow content alignment options for HeroBlock #58

Closed justin-b-yee closed 1 month ago

justin-b-yee commented 3 months ago

Specs

Currently, HeroBlock hardcodes the textAlign style into the subject and button. We want flexibility to display left aligned (or right) content too.

<HeroBlock
   ... // existing props
   alignContent: 'center'
/>

Tasks

Figma

Image

ddfridley commented 3 months ago

@justin-b-yee I added "When the viewport is wider, the text area should remain within theme.maxPanelWidth and centered. "