EthikTag/assets/styles/_footer.scss

7 lines
123 B
SCSS

.footer{
min-height: 5rem;
display: flex;
justify-content: center;
align-items: center;
background-color: grey;
}