diff --git a/src/.vuepress/theme/components/MMBanner.vue b/src/.vuepress/theme/components/MMBanner.vue
index a3c8aeb1..8ba61e6c 100644
--- a/src/.vuepress/theme/components/MMBanner.vue
+++ b/src/.vuepress/theme/components/MMBanner.vue
@@ -7,7 +7,11 @@
{{ title }}
{{ text }}
- Learn more
+ Learn More
@@ -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%
+ }
}