neotel-website/_sass/index.scss

22 lines
285 B
SCSS

.index-container
{
height: 100%;
min-height: 100vh;
width: 100%;
min-width: 100vw;
max-width: 100vw;
display: flex;
flex-flow: column wrap;
align-items: center;
justify-content: center;
text-align: center;
h1
{
font-size: 2rem;
margin: 0 0 1rem 0;
padding: 0;
}
}