mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16: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 {
|
#landingpage #buy-dialog {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
#landingpage .page-content .content .bullet-points .item span{
|
||||||
|
letter-spacing: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.multi-pan {
|
.multi-pan {
|
||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
margin: 100px auto;
|
margin: 100px auto;
|
||||||
|
@ -48,6 +48,9 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
|
|||||||
max-width: initial;
|
max-width: initial;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
#landingpage .page-content .content .bullet-points .item span{
|
||||||
|
letter-spacing: unset;
|
||||||
|
}
|
||||||
.banner-overlay-button, #landingpage .fab {
|
.banner-overlay-button, #landingpage .fab {
|
||||||
background-color: #ffc900 !important;
|
background-color: #ffc900 !important;
|
||||||
color: black !important;
|
color: black !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user