1
0
web-semprace/sass/general.scss

15 lines
205 B
SCSS

.flex-col {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.flex-row {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}