Fixes font display issues (#36807)

This commit is contained in:
Darren Griffin 2025-01-08 15:48:03 +00:00 committed by GitHub
parent e027973b4d
commit 3d00e98205
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -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;

View File

@ -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;