.post-content .is-anchor-target:before,
.post-content > h1[id]:before,
.post-content > h2[id]:before,
.post-content > h3[id]:before,
.post-content > h4[id]:before,
.post-content > h5[id]:before,
.post-content > h6[id]:before {
	content: "";
	display: block;
	padding-top: 90px;
	margin-top: -90px;
}

@media (min-width: 1025px) {
	.post-content .sidebar-left {
		width: 300px;
		margin-left: -360px;
		float: left;
	}
	
	.post-content .sidebar-right {
		width: 300px;
		margin-right: -360px;
		float: right;
	}
	
	.post-content .sidebar-sticky {
		position: sticky;
		top: 90px;
	}
}