cristo.re/_sass/_layout-footer.scss
2022-09-12 12:48:34 +02:00

25 wiersze
No EOL
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;
}
}
}