12345678910111213141516171819 |
- #map {
- min-height: 300px;
- width: 500px;
- height: 300px;
- margin-right: 1em;
- }
- #search-results {
- margin-top: 1em;
- }
- body > footer {
- /* See jumbotron */
- margin-top: 30px;
- padding: 48px 0;
- background-color: #eee;
- text-align: center;
- }
|