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.
- */
-
- .two-columns .main-content-area {
- display: grid;
- gap: 14px;
- }
- /* Large */
- @media screen and (min-width: 60rem) {
- /* 960px */
- .two-columns .main-content-area {
- grid-template-columns: 72% 1fr;
- gap: 3%;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.