
| Current Path : /var/www/html/ift/web/core/themes/bartik/css/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/ift/web/core/themes/bartik/css/layout.css |
/**
* @file
* Bartik layout styling.
*/
/**
* Container
*/
.layout-container {
box-sizing: border-box;
max-width: 860px;
margin-right: auto;
margin-left: auto;
}
@media all and (min-width: 851px) {
.layout-container {
max-width: 1290px;
}
}
/**
* Main
*/
.layout-main-wrapper {
min-height: 300px;
}
.layout-main {
margin-top: 20px;
margin-bottom: 40px;
}