Before I say it's finished. I have a question about the spacing of content.
As you can see in the account.html page, the form cards are not filling the full height of the page.
What I want to know is if you know a way to either have the content fill the space between footer and header, or at least vertically align the two horizontal cards to both be 50% of the height of the vertical card.
With the Gridifier grid that we’re using that’s nearly impossible to do. CSS Grids would be the solution you need—they are great at create column and row alignments.
@thomasjbradley
I have created/updated the account.html file.
Before I say it's finished. I have a question about the spacing of content.
As you can see in the account.html page, the form cards are not filling the full height of the page. What I want to know is if you know a way to either have the content fill the space between footer and header, or at least vertically align the two horizontal cards to both be 50% of the height of the vertical card.