Skip to content

Commit

Permalink
changing text attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronkruse committed Apr 11, 2024
1 parent 3545835 commit 428cf33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions vacs-map-app/src/components/DataDisclaimer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const { copy } = storeToRefs(contentStore)
width: 100%;
display: flex;
padding: 0.3rem 2rem;
margin-bottom: 0.2rem;
}
.disclaimer {
Expand Down
2 changes: 1 addition & 1 deletion vacs-map-app/src/components/attributionLogo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
height: auto;
/* background-color: pink; */
}
@media only screen and (max-width: 720px) {
@media only screen and (max-width: 850px) {
/* don't show */
.attribution-logo {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion vacs-map-app/src/stores/siteContent.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 428cf33

Please sign in to comment.