neotel-website/_sass/index.scss

16 lines
197 B
SCSS

.index-container
{
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;
}
}