mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Fix green header (#33502)
This commit is contained in:
parent
c1e47058b1
commit
b0e8be2ff6
@ -11,6 +11,13 @@ $ha__primary_color: #03a9f4;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
.grid-wrapper {
|
||||||
|
max-width: 1100px !important;
|
||||||
|
padding: 0 25px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.grid-wrapper {
|
.grid-wrapper {
|
||||||
max-width: 1500px;
|
max-width: 1500px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -75,10 +75,8 @@ article.page h3 {
|
|||||||
text-transform: unset;
|
text-transform: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 480px) {
|
#landingpage .page-content {
|
||||||
#landingpage .page-content {
|
|
||||||
padding-top: 68px;
|
padding-top: 68px;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.exploded-view-animation {
|
.exploded-view-animation {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user