apostrophe/assets/sass/layout/_footer.scss

17 lines
181 B
SCSS

footer {
height: 20vh;
width: 100%;
position: fixed;
bottom: 0px;
z-index: 0;
display: flex;
color: whitesmoke;
}
footer a{
color: whitesmoke;
}