.aside { padding-left: .5rem; margin-left: .5rem; border-left: 5px solid $grey; // For very large screens, put it on the right side @media (min-width: 1200px) { width: 30%; float: right; } > p { margin: .5rem; font-size: 80%; } }