mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Fixes font display issues (#36807)
This commit is contained in:
parent
e027973b4d
commit
3d00e98205
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user