File "_infinite-scroll.scss"

Full Path: /home/attunedd/public_html/byp/izo/sass/plugins/jetpack/_infinite-scroll.scss
File size: 314 bytes
MIME-type: text/plain
Charset: utf-8

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}