Files
astuto/app/javascript/stylesheets/components/Board/Board.scss

7 lines
136 B
SCSS
Raw Normal View History

2019-09-02 14:32:57 +02:00
.boardContainer {
display: flex;
flex: 1 1 auto;
justify-content: space-between;
align-items: flex-start;
flex-wrap: nowrap;
}