mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-10 03:26:38 -05:00
7 lines
116 B
SCSS
7 lines
116 B
SCSS
|
.home-page-component {
|
||
|
display: flex;
|
||
|
flex-grow: 1;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|