hypothetical/resources/assets/sass/classes/_flex-fix.scss
2018-03-06 21:53:11 -05:00

5 lines
78 B
SCSS
Vendored

.flex-fix {
display: flex;
width: 100%;
flex-direction: column;
}