_layout-footer.scss 348 B

12345678910111213141516171819202122232425
  1. .site-footer {
  2. .footer {
  3. display:flex;
  4. padding:15px;
  5. padding-bottom:40px;
  6. }
  7. }
  8. .footer-title {
  9. flex:1;
  10. }
  11. .footer-social-links {
  12. svg {
  13. width:20px;
  14. height:20px;
  15. fill: $theme-color;
  16. }
  17. a {
  18. &:not(:first-child) {
  19. margin-left:6px;
  20. }
  21. }
  22. }