Add huge margin to bottom of body for better pagescroll

This commit is contained in:
Tanner Collin 2019-09-24 18:40:22 +00:00
parent c7734eb2bc
commit 1ed2baded6

View File

@ -2,6 +2,7 @@ body {
text-rendering: optimizeLegibility;
font: 1rem/1.3 sans-serif;
color: #000000;
margin-bottom: 50%;
}
a {