fixing header

This commit is contained in:
Christine Slotty 2020-07-20 18:46:54 +02:00
parent 5537285148
commit b34eb8d9ef
2 changed files with 10 additions and 6 deletions

View File

@ -1013,8 +1013,8 @@ and open the template in the editor.
============================================================*/ ============================================================*/
@media screen { @media screen {
/* ========= /* =========
CONTENT CONTENT
=========*/ =========*/
.content-default { .content-default {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -1162,9 +1162,11 @@ and open the template in the editor.
justify-content: center; justify-content: center;
} }
} }
@media screen and (max-width:767px) { @media screen and (max-width:1199px) {
.info-container { .info-container {
flex-direction: column;
max-width: 90%; max-width: 90%;
line-height: 0.25em;
} }
} }
@media screen and (max-width:767px) { @media screen and (max-width:767px) {

View File

@ -11,8 +11,8 @@
@media screen { @media screen {
/* ========= /* =========
CONTENT CONTENT
=========*/ =========*/
.content-default { .content-default {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -94,9 +94,11 @@
padding: 1em 25px; padding: 1em 25px;
} }
@media @tablet-down { @media @wide-screen-down {
.info-container { .info-container {
flex-direction: column;
max-width: 90%; max-width: 90%;
line-height: .25em;
} }
} }