apostrophe/assets/sass/layout/_footer.scss

17 lines
181 B
SCSS
Raw Normal View History

2018-06-01 17:00:02 +00:00
footer {
height: 20vh;
width: 100%;
position: fixed;
bottom: 0px;
z-index: 0;
display: flex;
color: whitesmoke;
}
footer a{
color: whitesmoke;
}