mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-12 20:06:39 -05:00
5 lines
78 B
SCSS
5 lines
78 B
SCSS
.flex-fix {
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: column;
|
|
}
|