neotel-website/_sass/index.scss

16 lines
197 B
SCSS
Raw Permalink Normal View History

2021-06-07 12:31:15 +00:00
.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;
}
}