1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 10:49:58 +00:00
1bit.pw/sass/_home.scss

18 lines
296 B
SCSS
Raw Normal View History

2020-04-11 17:22:25 +00:00
.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;
}
2020-04-11 17:22:25 +00:00
}