mirror of
https://github.com/prurigro/hypothetical.git
synced 2025-03-10 22:39:58 -04:00
6 lines
78 B
SCSS
6 lines
78 B
SCSS
|
.flex-fix {
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
flex-direction: column;
|
||
|
}
|