Added another front page space for Yaffs info. Added roave security for composer.
[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 @media all and (min-width: 851px) {
16   .layout-container {
17     max-width: 1290px;
18   }
19 }
20
21 /**
22  * Main
23  */
24 .layout-main-wrapper {
25   min-height: 300px;
26 }
27 .layout-main {
28   margin-top: 20px;
29   margin-bottom: 40px;
30 }