Restored original Container length + Corrected Image size on Debug Page

This commit is contained in:
DerLinkman
2022-10-19 11:36:07 +02:00
parent 75fdeb2843
commit 5e3aab12a7
2 changed files with 7 additions and 1 deletions

View File

@@ -206,3 +206,9 @@
max-width: 250px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1600px;
}
}