spee.ch/client/scss/_space-around.scss

6 lines
91 B
SCSS
Raw Normal View History

2018-06-05 17:02:23 +02:00
.space-around {
display: flex;
justify-content: space-around;
align-items: center;
}