apostrophe/assets/sass/layout/_footer.scss

34 lines
374 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;
}
2018-06-05 20:51:18 +00:00
footer a {
2018-06-01 17:00:02 +00:00
color: whitesmoke;
}
2018-06-05 20:51:18 +00:00
#about, #links {
display: flex;
align-items: center;
}
#about {
margin-left: 30px;
}
#links {
margin-left: auto;
margin-right: 30px;
}
#links a{
margin-left:10px;
}