spee.ch/client/scss/components/_horizontal-split.scss

9 lines
168 B
SCSS

.horizontal-split {
display : flex;
flex-direction : row;
justify-content: space-between;
align-items : flex-start;
.column {
width: 50%;
}
};