layout.css
Bartik layout styling.
File
-
core/
themes/ bartik/ css/ layout.css
View source
- /**
- * @file
- * Bartik layout styling.
- */
-
- /**
- * Container
- */
- .layout-container {
- box-sizing: border-box;
- max-width: 860px;
- margin-right: auto;
- margin-left: auto;
- }
-
- @media all and (min-width: 851px) {
- .layout-container {
- max-width: 1290px;
- }
- }
-
- /**
- * Main
- */
- .layout-main-wrapper {
- min-height: 300px;
- }
- .layout-main {
- margin-top: 20px;
- margin-bottom: 40px;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.