summaryrefslogtreecommitdiff
blob: 032c2c9ae93c7b6a9af6c9fc99d33274b16df6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* =Infinity Styles
-------------------------------------------------------------- */
.infinite-scroll .site-content:after {
	clear: both;
	content: '';
	display: block;
}
.infinite-wrap {
	border-top: 0;
}
.infinite-scroll.neverending .site-content {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Elements to hide: post navigation, regular footer */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
	display: none;
}

/* Hooks to infinity-end body class to restore footer */
.infinity-end.neverending #colophon {
	display: block;
}

/* For responsive CSS */
@media (max-width: 599px) {
	.infinite-scroll #infinite-handle {
		padding-bottom: 48px;
		padding-bottom: 3.428571429rem;
	}
}