_footer.scss 159 B

1234567891011121314
  1. #footer{
  2. width: 100%;
  3. background: grey;
  4. #map{
  5. height: 300px;
  6. width: 300px;
  7. }
  8. }
  9. a#carte{
  10. display: block;
  11. height: 500px;
  12. width: 100%;
  13. }