Skip to content
Snippets Groups Projects
Commit c8c371c6 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Issue #2413311: More-specific extra-page-widening for API.Drupal.org

parent 5eff0609
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,12 @@
}
}
// Use the full width.
.container-12 {
width: 90%;
max-width: none;
@include breakpoint($extra-large) {
// Use the full width.
.container-12 {
width: 90%;
max-width: none;
}
}
// Lists in the main content area, such as class hierarchies.
......
......@@ -15,6 +15,7 @@ $breakpoint-to-ems: true;
$small: 420px;
$medium: 760px;
$extra-large: 1050px;
////////////////////////
// Primary Colors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment