From b34eb8d9ef9c57701f02551633d05435b527366b Mon Sep 17 00:00:00 2001 From: Christine Slotty Date: Mon, 20 Jul 2020 18:46:54 +0200 Subject: [PATCH] fixing header --- webroot/css/grd_styles.css | 8 +++++--- websrc/src/less/10-center.less | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/webroot/css/grd_styles.css b/webroot/css/grd_styles.css index 1f7aef8de..beda30b1a 100644 --- a/webroot/css/grd_styles.css +++ b/webroot/css/grd_styles.css @@ -1013,8 +1013,8 @@ and open the template in the editor. ============================================================*/ @media screen { /* ========= - CONTENT - =========*/ + CONTENT + =========*/ .content-default { display: flex; justify-content: center; @@ -1162,9 +1162,11 @@ and open the template in the editor. justify-content: center; } } -@media screen and (max-width:767px) { +@media screen and (max-width:1199px) { .info-container { + flex-direction: column; max-width: 90%; + line-height: 0.25em; } } @media screen and (max-width:767px) { diff --git a/websrc/src/less/10-center.less b/websrc/src/less/10-center.less index 44f8bad73..3163e566e 100644 --- a/websrc/src/less/10-center.less +++ b/websrc/src/less/10-center.less @@ -11,8 +11,8 @@ @media screen { /* ========= - CONTENT - =========*/ + CONTENT + =========*/ .content-default { display: flex; justify-content: center; @@ -94,9 +94,11 @@ padding: 1em 25px; } - @media @tablet-down { + @media @wide-screen-down { .info-container { + flex-direction: column; max-width: 90%; + line-height: .25em; } }