website/sass/general.scss

15 lines
205 B
SCSS
Raw Permalink Normal View History

2023-08-29 10:08:14 +02:00
.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;
}