.attribute-panel { display: flex; flex-direction: column; height: calc(100vh - 2.75rem); gap: 2rem; @media (height < 934px) { justify-content: space-between; gap: none; } }