mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-11 03:16:51 +00:00
Fix menu collapse (#17195)
This commit is contained in:
parent
786c682eea
commit
55f1ce23cb
@ -31,7 +31,7 @@ body {
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
$menu-collapse: 944px;
|
$menu-collapse: 1024px;
|
||||||
|
|
||||||
// @media only screen and (max-width: $lap-end){
|
// @media only screen and (max-width: $lap-end){
|
||||||
@media only screen and (max-width: $menu-collapse) {
|
@media only screen and (max-width: $menu-collapse) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user