mirror of
https://github.com/avitex/avitex.github.io
synced 2024-11-16 09:29:57 +00:00
18 lines
296 B
SCSS
18 lines
296 B
SCSS
.home-page {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.inner {
|
|
h1 {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: $sm-breakpoint) {
|
|
text-align: center;
|
|
flex-direction: column;
|
|
}
|
|
} |