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

6 lines
91 B
SCSS
Raw Normal View History

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