Closed ricardobalk closed 1 year ago
The website's body does not automatically increase when the content is smaller than the viewport. This looks ugly, especially on the dark theme.
Screenshot and/or additional information (e.g. steps to reproduce)
Proposed change
Thanks to flexbox, this is an easy fix:
.theme-container min-height 100vh .page flex-grow 1
Actions
yarn build:deploy
The website's body does not automatically increase when the content is smaller than the viewport. This looks ugly, especially on the dark theme.
Screenshot and/or additional information (e.g. steps to reproduce)
Proposed change
Thanks to flexbox, this is an easy fix:
Actions
yarn build:deploy
to immediately update the live website