1 2 3 4 5 6 7 8 9 10 11
& { padding-top: 80px; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; } &.dark { background-color: var(--dark); }