Files
DataLogger-Generic/www/assets/styles/app.css
Patrick McDonagh 3755db5cad Removed old files
2016-05-02 18:09:30 -05:00

16 lines
260 B
CSS

.topMargin40 {
margin-top: 40px;
}
.row-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.row-flex > [class*='col-'] {
display: flex;
flex-direction: column;
}