.skill-panel { display: flex; flex-direction: column; border: solid 1px var(--border-color); background-color: var(--field-background-color); box-shadow: var(--shadow); border-radius: 10px; @media (height < 900px) { margin-bottom: 4rem; } }