1bit.pw/sass/_home.scss

14 lines
210 B
SCSS

.home-page {
width: 100%;
height: 100%;
min-width: 600px;
display: flex;
align-items: center;
justify-content: center;
.inner {
h1 {
margin: 0;
}
}
}