spee.ch/client/scss/_space-around.scss
2018-11-10 14:59:53 -05:00

6 lines
91 B
SCSS

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