You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 regels
289 B

  1. footer {
  2. background: $color-black;
  3. color: $color-white;
  4. .inside {
  5. padding: 1.5rem 3rem;
  6. }
  7. ul {
  8. display: flex;
  9. justify-content: flex-start;
  10. }
  11. li {
  12. padding: 0 0 0 1.5rem;
  13. &:first-child {
  14. padding-left: 0;
  15. }
  16. a {
  17. display: block;
  18. }
  19. }
  20. }