spee.ch/client/scss/space-around/_space-around.scss
2018-08-13 18:08:00 -07:00

5 lines
91 B
SCSS

.space-around {
display: flex;
justify-content: space-around;
align-items: center;
}