diff --git a/source/connectzbt1/index.html b/source/connectzbt1/index.html
index 8886757aaaf..0f2deb3cf03 100644
--- a/source/connectzbt1/index.html
+++ b/source/connectzbt1/index.html
@@ -22,6 +22,10 @@ frontpage_image: /images/frontpage/feature-zbt1.jpg
#landingpage #buy-dialog {
overflow-y: auto;
}
+ #landingpage .page-content .content .bullet-points .item span{
+ letter-spacing: unset;
+ }
+
.multi-pan {
max-width: 750px;
margin: 100px auto;
diff --git a/source/yellow/index.html b/source/yellow/index.html
index e3f73fb341b..16f11ae0a6b 100644
--- a/source/yellow/index.html
+++ b/source/yellow/index.html
@@ -48,6 +48,9 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
max-width: initial;
width: 100px;
}
+ #landingpage .page-content .content .bullet-points .item span{
+ letter-spacing: unset;
+ }
.banner-overlay-button, #landingpage .fab {
background-color: #ffc900 !important;
color: black !important;