ab85ca82701b55ce84f02f9cf455b2e0a5711ae5
[yaffs-website] / web / core / themes / bartik / css / layout.css
1 /**
2  * @file
3  * Bartik layout styling.
4  */
5
6 /**
7  * Container
8  */
9 .layout-container {
10   max-width: 860px;
11   margin-left: auto;
12   margin-right: auto;
13   box-sizing: border-box;
14 }
15
16 @media all and (min-width: 851px) {
17   .layout-container {
18     max-width: 1290px;
19   }
20 }
21
22 /**
23  * Main
24  */
25 .layout-main-wrapper {
26   min-height: 300px;
27 }
28 .layout-main {
29   margin-top: 20px;
30   margin-bottom: 40px;
31 }