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

11 lines
194 B
SCSS
Raw Normal View History

.horizontal-split {
display : flex;
flex-direction : row;
justify-content: space-between;
align-items : flex-start;
.column {
2018-06-03 05:58:54 +02:00
width: 50%;
padding: 0 2em 0 2em;
}
};