actually style the white bg beyond the viewport scroll

This commit is contained in:
Brian S. Stephan 2020-10-25 18:05:48 -05:00
parent 1398cfe3db
commit fe7d61e1f7

View File

@ -14,7 +14,7 @@ body {
background: white; background: white;
max-width: 70pc; max-width: 70pc;
height: 100vh; min-height: 100vh;
margin: 0; margin: 0;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;