mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 14:46:47 -06:00
Adjust breakpoints to prevent navigation wrapping (#41892)
This commit is contained in:
parent
565bf64110
commit
675de52703
@ -31,7 +31,7 @@ body {
|
||||
float: left;
|
||||
}
|
||||
|
||||
$menu-collapse: 1024px;
|
||||
$menu-collapse: 1140px;
|
||||
|
||||
// @media only screen and (max-width: $lap-end){
|
||||
@media only screen and (max-width: $menu-collapse) {
|
||||
|
||||
@ -102,7 +102,7 @@ $desk-pull: false!default;
|
||||
* Tell inuit.css when breakpoints start.
|
||||
*/
|
||||
$lap-start: 481px!default;
|
||||
$desk-start: 1024px!default;
|
||||
$desk-start: 1140px!default;
|
||||
$desk-wide-start: 1280px!default;
|
||||
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ html {
|
||||
}
|
||||
|
||||
#landingpage .site-header .grid-wrapper {
|
||||
max-width: 960px !important;
|
||||
/* max-width: 960px !important; */
|
||||
padding: 0 40px !important;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user