h2 { text-decoration: underline; margin-bottom: 0.5rem; } h3 { margin-top: 0.5rem; } #downloads { display: flex; flex-direction: column; } #downloads ul { margin: 0; list-style: square; } code { background-color: var(--background-dim); padding: 1px 4px; border-radius: 4px; } #float-hell { display: block; } #downloads { display: flex; flex-direction: row; } @media (max-width: 30rem) { #downloads { display: grid; grid-template-columns: min-content min-content; } }