mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixing header
This commit is contained in:
parent
5537285148
commit
b34eb8d9ef
@ -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) {
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user