From 7103f25b757425c5e732a8160835d8d16afa43e7 Mon Sep 17 00:00:00 2001 From: Cee <cnell@usgs.gov> Date: Tue, 21 May 2024 17:31:01 -0500 Subject: [PATCH] still merging --- src/App.vue | 2 +- src/components/Maps.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 38bad04..3e51eb0 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 91c2090..66b0a9b 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> -- GitLab