style.css 195 B

1234567891011121314151617
  1. #map {
  2. height: 100%;
  3. }
  4. #name {
  5. display: none;
  6. position: absolute;
  7. margin-top: -40%;
  8. }
  9. #sidebar {
  10. height: 70%;
  11. width: 70%;
  12. font-size: 13pt;
  13. margin-left: 30%
  14. }