diff --git a/src/assets/train-solid.svg b/src/assets/train-solid.svg new file mode 100644 index 0000000..a484647 --- /dev/null +++ b/src/assets/train-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Map.vue b/src/components/Map.vue index 4e3e233..817f35e 100644 --- a/src/components/Map.vue +++ b/src/components/Map.vue @@ -7,7 +7,7 @@
- + Train Icon
X
@@ -30,11 +30,12 @@ @@ -150,14 +151,14 @@ export default { } .trainMapIcon { - height: 5.5vh; - width: 3.5vw; + height: 32px; + width: 32px; } .slideLeft-enter-active, .slideLeft-leave-active { transition: opacity .5s; transition: all 0.8s; - + } .slideLeft-enter-from, .slideLeft-leave-to{ opacity: 0; @@ -208,7 +209,7 @@ export default { #headerImage{ height: 100%; width: auto; - overflow: hidden; + overflow: hidden; } #xButton{ @@ -281,4 +282,4 @@ export default { left: 50%; z-index: 0; } - \ No newline at end of file +