spee.ch/client/scss/components/_horizontal-split.scss
2018-06-02 20:58:54 -07:00

10 lines
194 B
SCSS

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