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 {
|
||||
max-width: 1500px;
|
||||
padding: 0;
|
||||
|
@ -75,11 +75,9 @@ article.page h3 {
|
||||
text-transform: unset;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
#landingpage .page-content {
|
||||
padding-top: 68px;
|
||||
}
|
||||
}
|
||||
|
||||
.exploded-view-animation {
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user