Adjust breakpoints to prevent navigation wrapping (#41892)

This commit is contained in:
Darren Griffin 2025-11-21 05:43:42 +00:00 committed by GitHub
parent 565bf64110
commit 675de52703
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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) {

View File

@ -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;

View File

@ -18,7 +18,7 @@ html {
}
#landingpage .site-header .grid-wrapper {
max-width: 960px !important;
/* max-width: 960px !important; */
padding: 0 40px !important;
}