.scale-buttons-container { display: grid; grid-template-columns: repeat(auto-fit, 2.5em); grid-gap: 0.5rem; justify-content: space-between; }