html - Mobile scroll too long leaving white space below text -
in mobile browsers, page scrolls way below last text on page causing white space appear @ end. how possibly remove this?
any appreciated
it looks css .entry class has large bottom-margin.
.entry { margin: 4.5em 0; // <-- reducing } you can try this:
.entry { margin: 4.5em 0 0; // <-- doing might you're looking for. } i hope answers question.
Comments
Post a Comment