Newer
Older
footer{
display: flex;
justify-content: center;
flex-direction: column;
a {
text-decoration: none;
}
#footerContent{
width: 100%;
display: flex;
justify-content: center;
div{
border-right: #3d3d3d 1px solid;
padding: 20px;
}
h3 {
margin-top: 0;
}
a svg {
fill: $text-color;
max-width: 30px;
transition: fill $link-hover-animation-time;