.sidebar {
	padding: 1.5rem 0.5rem;

	@media (min-width: $breakpoint-desktop) {
		padding: 3rem 0;
	}
}
