diff --git a/source/stylesheets/_casper_override.css.scss b/source/stylesheets/_casper_override.css.scss index 5ee7c44..46bcff0 100644 --- a/source/stylesheets/_casper_override.css.scss +++ b/source/stylesheets/_casper_override.css.scss @@ -33,3 +33,10 @@ .post-footer .share .icon-mail:hover { color: #111; } + +@media only screen and (max-width: 900px) { + // Nicer blog footer on narrow screens + .read-next-story:last-of-type .post { + padding-bottom: 8rem; + } +}