_footer.scss 349 B

12345678910111213141516171819
  1. #fotter-bottom{
  2. display: flex;
  3. flex-direction: row;
  4. justify-content: space-around;
  5. #block-pieddepage ul{
  6. color: $blue-dark;
  7. font-weight: 800;
  8. list-style: none;
  9. }
  10. .twitter::before {
  11. font-family: "Font Awesome 5 Brands"; content: "\f099";
  12. }
  13. }