jonnykates
8/1/2017 - 3:03 PM

Take out the top padding for the first aside associated list

Take out the top padding for the first aside associated list

@media (min-width: $mobile-breakpoint) {
	.postAside .associated:first-child h2 {
		margin-top: 0;
	}
}