diff --git a/src/views/Home.vue b/src/views/Home.vue index d21d41e..4a0c37e 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -6,7 +6,8 @@ :loadTilesWhileAnimating="true" :loadTilesWhileInteracting="true" style= - "height: 89%; + " + height: 100%; width: 100%; position: fixed; " @@ -43,4 +44,8 @@ const rotation = ref(0); .ol-zoom{ top: 40px; } +.ol-attribution ul{ + padding:1px .5em; + margin-bottom: 8em; +} \ No newline at end of file