layout-2-col.css
Same filename and directory in other branches
This file is used to create the layout when the theme has 2 columns.
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ layout/ layout-2-col.css
View source
- /**
- * @file
- * This file is used to create the layout when the theme has 2 columns.
- */
- .layout-sidebar {
- margin: 0 1.562rem;
- }
-
- @media screen and (min-width: 60em) {
- .two-columns .main {
- display: flex;
- justify-content: space-between;
- }
-
- .two-columns .main .layout-content {
- flex: 1 1 75%;
- }
-
- .layout-sidebar {
- flex: 0 0 25%;
- width: 25%;
- min-width: 300px;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.