gradido/webroot/css/center.css
2020-05-20 10:55:31 +02:00

31 lines
613 B
CSS

/* ============================================================
Screen styles for center part.
Datei : center.css
Datum : 2020-04-30
Autor : Christine Slotty
Copyright : Gradio
============================================================*/
@media screen {
.content {
display: flex;
justify-content: center;
overflow: auto;
line-height: 1.5em;
padding: 1.5em;
background-color: #f9fafb;
}
@media (max-width:619px) {
.content {
flex-direction: column;
}
}
}
/* Ende @media screen */