diff --git a/website/macos-big-sur-icons/src/components/Hero.vue b/website/macos-big-sur-icons/src/components/Hero.vue
index f7d5b240..f6f6fffc 100644
--- a/website/macos-big-sur-icons/src/components/Hero.vue
+++ b/website/macos-big-sur-icons/src/components/Hero.vue
@@ -33,7 +33,7 @@
To contribute, download free icon templates from the
- resources page.
+ resources page.
@@ -149,6 +149,8 @@ export default {
},
mounted: function() {
+ // let adId = document.getElementById("_custom_")
+
(function() {
if (typeof _bsa !== 'undefined' && _bsa) {
_bsa.init('custom', 'CVADC53U', 'placement:demo',
@@ -164,6 +166,8 @@ export default {
);
}
})();
+
+
},
computed: {
diff --git a/website/macos-big-sur-icons/src/components/app.less b/website/macos-big-sur-icons/src/components/app.less
index 2991fec1..31e33f49 100644
--- a/website/macos-big-sur-icons/src/components/app.less
+++ b/website/macos-big-sur-icons/src/components/app.less
@@ -1162,7 +1162,16 @@ main{
display: grid;
grid-template-columns: 1fr;
padding: 0px 0px 20px 0px;
- margin-top: 0px;
+ // margin-top: 0px;
+ }
+
+ .hero-text-area{
+ text-align: left;
+ margin: 0px;
+ }
+
+ .body-text{
+ margin-left: 0px;
}
}