main.css 266 B

12345678910111213141516171819
  1. #map {
  2. min-height: 300px;
  3. width: 500px;
  4. height: 300px;
  5. margin-right: 1em;
  6. }
  7. #search-results {
  8. margin-top: 1em;
  9. }
  10. body > footer {
  11. /* See jumbotron */
  12. margin-top: 30px;
  13. padding: 48px 0;
  14. background-color: #eee;
  15. text-align: center;
  16. }