startpage/src/style/quick.scss

13 lines
160 B
SCSS
Raw Normal View History

2020-04-21 16:40:13 +00:00
.quick-component {
2020-04-22 00:40:51 +00:00
width: 70%;
margin: auto;
.container {
display: flex;
justify-content: space-evenly;
flex-direction: row;
flex-wrap: wrap;
}
}