townforge.net/_sass/_layout-footer.scss
2020-04-21 23:58:16 +00:00

25 lines
348 B
SCSS

.site-footer {
.footer {
display:flex;
padding:15px;
padding-bottom:40px;
}
}
.footer-title {
flex:1;
}
.footer-social-links {
svg {
width:20px;
height:20px;
fill: $theme-color;
}
a {
&:not(:first-child) {
margin-left:6px;
}
}
}