mirror of
https://github.com/prurigro/hypothetical.git
synced 2025-03-12 23:39:57 -04:00
5 lines
78 B
SCSS
Vendored
5 lines
78 B
SCSS
Vendored
.flex-fix {
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: column;
|
|
}
|