hypothetical/resources/sass/classes/_flex-fix.scss

6 lines
78 B
SCSS
Raw Normal View History

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