mirror of
https://github.com/prurigro/hypothetical.git
synced 2025-03-12 23:39:57 -04:00
6 lines
116 B
SCSS
Vendored
6 lines
116 B
SCSS
Vendored
.home-page-component {
|
|
display: flex;
|
|
flex-grow: 1;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|