13 lines
160 B
SCSS
13 lines
160 B
SCSS
.quick-component {
|
|
width: 70%;
|
|
margin: auto;
|
|
|
|
.container {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
}
|