Personal site: https://darins.page
Mastodon: https://mas.to/@darin
html { height: 100%; }
body { min-height: 100%; }
It avoids many of the issues with viewport units, and acts more like stretch.
html { height: 100%; }
body { min-height: 100%; }
It avoids many of the issues with viewport units, and acts more like stretch.