From 8d1baa165e5e0937c200f560d1c8e04463988b74 Mon Sep 17 00:00:00 2001 From: "marcel.kocisek" Date: Thu, 16 May 2024 13:38:37 +0200 Subject: [PATCH 1/2] Updated url of merginmaps - added responsive update for banner header --- src/.vuepress/theme/components/MMBanner.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/.vuepress/theme/components/MMBanner.vue b/src/.vuepress/theme/components/MMBanner.vue index a3c8aeb1..f29bda69 100644 --- a/src/.vuepress/theme/components/MMBanner.vue +++ b/src/.vuepress/theme/components/MMBanner.vue @@ -7,7 +7,11 @@ - + @@ -28,6 +32,7 @@ export default Vue.extend({ fullImageUrl: "/docs/banner-full.png", smallImageUrl: "/docs/banner-mobile.png", text: "Easy to use field data collection app for QGIS.", + merginUrl: "https://merginmaps.com?utm_source=documentation&utm_medium=footer&utm_campaign=docs" }; }, }); @@ -58,7 +63,7 @@ export default Vue.extend({ gap: 20px; padding-inline: 20px; padding-top: 40px; - padding-bottom: 40px; + padding-bottom: 40px; position: relative; box-sizing: border-box; background-color: $primaryForestColor; @@ -121,5 +126,9 @@ h2.banner-title { .banner-image-small { display: block; } + + .banner-header { + width: 50% + } } From be32aefdcf522001ee2514491acfed6bfb3b93de Mon Sep 17 00:00:00 2001 From: "marcel.kocisek" Date: Thu, 16 May 2024 13:43:44 +0200 Subject: [PATCH 2/2] updated url --- src/.vuepress/theme/components/MMBanner.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/theme/components/MMBanner.vue b/src/.vuepress/theme/components/MMBanner.vue index f29bda69..8ba61e6c 100644 --- a/src/.vuepress/theme/components/MMBanner.vue +++ b/src/.vuepress/theme/components/MMBanner.vue @@ -32,7 +32,7 @@ export default Vue.extend({ fullImageUrl: "/docs/banner-full.png", smallImageUrl: "/docs/banner-mobile.png", text: "Easy to use field data collection app for QGIS.", - merginUrl: "https://merginmaps.com?utm_source=documentation&utm_medium=footer&utm_campaign=docs" + merginUrl: "https://merginmaps.com/?utm_source=documentation&utm_medium=footer&utm_campaign=docs" }; }, });