090e6c87a6cd5cd5f5e4f76c6821803ef1687d6b
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / layout / layout.css
1 /**
2  * @file
3  * This file is used to create generic layout styles.
4  *
5  * More specific layout items may be found within their respective files, e.g.
6  * the layout for two columns is in the layout-2-cols.css file.
7  */
8
9 .container {
10   max-width: 1200px;
11   margin: auto;
12 }