File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
src/.vuepress/theme/components Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 7
7
<h2 class =" banner-title" >{{ title }}</h2 >
8
8
<p class =" banner-text" >{{ text }}</p >
9
9
</header >
10
- <PrimaryLink href =" https://merginmaps.com" class =" banner-button" >Learn more</PrimaryLink >
10
+ <PrimaryLink
11
+ :href =" merginUrl"
12
+ class =" banner-button"
13
+ >Learn More</PrimaryLink
14
+ >
11
15
</div >
12
16
</aside >
13
17
</template >
@@ -28,6 +32,7 @@ export default Vue.extend({
28
32
fullImageUrl: " /docs/banner-full.png" ,
29
33
smallImageUrl: " /docs/banner-mobile.png" ,
30
34
text: " Easy to use field data collection app for QGIS." ,
35
+ merginUrl: " https://merginmaps.com/?utm_source=documentation&utm_medium=footer&utm_campaign=docs"
31
36
};
32
37
},
33
38
});
@@ -58,7 +63,7 @@ export default Vue.extend({
58
63
gap : 20px ;
59
64
padding-inline : 20px ;
60
65
padding-top : 40px ;
61
- padding-bottom : 40px ;
66
+ padding-bottom : 40px ;
62
67
position : relative ;
63
68
box-sizing : border-box ;
64
69
background-color : $primaryForestColor ;
@@ -121,5 +126,9 @@ h2.banner-title {
121
126
.banner-image-small {
122
127
display : block ;
123
128
}
129
+
130
+ .banner-header {
131
+ width : 50%
132
+ }
124
133
}
125
134
</style >
You can’t perform that action at this time.
0 commit comments