6a7db18fd7a21245e70f00b175d5d6445320173b
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / layout / layout-2-col.css
1 /**
2  * @file
3  * This file is used to create the layout when the theme has 2 columns.
4  */
5 .layout-sidebar {
6   margin: 0 1.562rem;
7 }
8
9 @media screen and (min-width: 60em) {
10   .two-columns .main {
11     display: flex;
12     justify-content: space-between;
13   }
14
15   .two-columns .main .layout-content {
16     flex: 1 1 75%;
17   }
18
19   .layout-sidebar {
20     flex: 0 0 25%;
21     min-width: 300px;
22     width: 25%;
23   }
24 }