Fix green header (#33502)

This commit is contained in:
Bram Kragten 2024-07-01 12:58:06 +02:00 committed by GitHub
parent c1e47058b1
commit b0e8be2ff6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

View File

@ -11,6 +11,13 @@ $ha__primary_color: #03a9f4;
}
}
footer {
.grid-wrapper {
max-width: 1100px !important;
padding: 0 25px !important;
}
}
.grid-wrapper {
max-width: 1500px;
padding: 0;

View File

@ -75,10 +75,8 @@ article.page h3 {
text-transform: unset;
}
@media only screen and (max-width: 480px) {
#landingpage .page-content {
padding-top: 68px;
}
#landingpage .page-content {
padding-top: 68px;
}
.exploded-view-animation {