Newer
Older
footer{
display: flex;
justify-content: center;
flex-direction: column;
a {
text-decoration: none;
}
#footerContent{
div{
border-right: #3d3d3d 1px solid;
padding: 20px;
flex-basis: 100%;
&:last-child {
border-right: none;
}
a svg {
fill: $text-color;
max-width: 30px;
transition: fill $link-hover-animation-time;
}
}
}
#blueBar{
height: 5px;
width: 100%;
background-color: $content-footer-div-color;
}
#newestPost{
ul {
list-style-type: none;
padding-left: 0;
}
li {
margin-bottom: 10px;
}