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

Issue #2182993: Provide more space between breadcrumbs and page content on API.Drupal.org

parent e946b940
No related branches found
No related tags found
No related merge requests found
......@@ -8,18 +8,25 @@
table {
@include force-wrap;
.views-field-object-type {
.views-field-object-type, .views-field-modifiers {
@include word-break(normal);
@include hyphens(none);
}
}
// Use the full width.
.container-12 {
width: 90%;
max-width: none;
}
}
// Margin between content and breadcrumb.
ol#api-alternatives, // api.css defines a margin that needs this specific override.
#api-function-signature, {
margin-top: (13em / 9);
}
// 'View source' lists
ol.code-lines,
ol.code-lines li {
......
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