neotel-website/_sass/footer.scss

18 lines
184 B
SCSS

.main-footer
{
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
margin: 1rem 0;
font-size: 0.8rem;
color: #888;
a
{
color: inherit;
}
}