1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2026-02-21 11:02:03 +00:00

Nicer display of the site footer with next-story links on small screens

This commit is contained in:
Holger Just 2016-01-22 17:30:34 +01:00
parent 2b17e82fa8
commit f6dfe0eb11

View File

@ -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;
}
}