Socialify

Folder ..

Viewing _pm-scale.scss
6 lines (6 loc) • 158.0 B

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