diff --git a/src/App.vue b/src/App.vue index 38bad0456ade5f2c43360b97b170838ddaa20a54..3e51eb0158b7666b5353e4ea0d48bc5194a8d329 100644 --- a/src/App.vue +++ b/src/App.vue @@ -107,7 +107,7 @@ h1{ font-family: $SourceSans; line-height: 1; text-align: left; - text-shadow: 1px 1px 100px rgba(0,0,0,.8); + //text-shadow: 1px 1px 1px rgba(0,0,0,.8); color: $textcolor; @media screen and (max-width: 600px) { font-size: 4.75rem; diff --git a/src/components/Maps.vue b/src/components/Maps.vue index 91c2090091bfb4839fbf2a2ef9e7b78215352596..66b0a9b92fa4da86ba4b8d520c2224ab8e1c1c2b 100644 --- a/src/components/Maps.vue +++ b/src/components/Maps.vue @@ -27,7 +27,7 @@ </template> <script> -import mapText from './../assets/text/mapText'; +import mapText from './../assets/text/text.js'; </script>