spee.ch/client/scss/components/_space-around.scss
2018-06-05 08:02:23 -07:00

5 lines
91 B
SCSS

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