diff --git a/core/profiles/demo_umami/themes/umami/css/layout/layout-2-col.css b/core/profiles/demo_umami/themes/umami/css/layout/layout-2-col.css index 9ad9b00eb7..3ba52f7599 100644 --- a/core/profiles/demo_umami/themes/umami/css/layout/layout-2-col.css +++ b/core/profiles/demo_umami/themes/umami/css/layout/layout-2-col.css @@ -2,16 +2,16 @@ * @file * This file is used to create the layout when the theme has 2 columns. */ - /* Large */ - @media screen and (min-width: 60rem) { /* 960px */ - .two-columns .main { - display: flex; - flex-wrap: wrap; - } - .two-columns .main .layout-content, - .two-columns .main .layout-sidebar { - flex: 0 1 100%; - } +/* Large */ +@media screen and (min-width: 60rem) { /* 960px */ + .two-columns .main { + display: flex; + flex-wrap: wrap; + } + .two-columns .main .layout-content, + .two-columns .main .layout-sidebar { + flex: 0 1 100%; + } .two-columns .main .layout-content { flex: 0 1 72%; margin-right: 3%; /* LTR */