forked from tanner/qotnews
Add huge margin to bottom of body for better pagescroll
This commit is contained in:
parent
c7734eb2bc
commit
1ed2baded6
|
@ -2,6 +2,7 @@ body {
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
font: 1rem/1.3 sans-serif;
|
font: 1rem/1.3 sans-serif;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
margin-bottom: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user