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

5 lines
78 B
SCSS

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