/*
Theme Name: RMR Map
Theme URI: https://example.com
Author: Johan
Description: Lightweight theme for interactive site plan
Version: 1.0
*/

html, body {
    margin:0;
    padding:0;
    height:100%;
}

#map-app {
    width:100vw;
    height:100vh;
}