.aside { padding-left: .5rem; margin-left: .5rem; box-shadow: inset 2px 0 0px 0px 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%; } }