0

use full width of screen instead of limiting admin content to max-width

This commit is contained in:
gingervitis 2021-05-22 23:57:49 -07:00
parent e5db35590c
commit 4d5b12cb15
2 changed files with 0 additions and 4 deletions

View File

@ -45,8 +45,6 @@
}
.offline-content {
max-width: 1000px;
.logo-section {
.ant-result-title {
font-size: 2rem;

View File

@ -49,9 +49,7 @@
.main-content-container {
padding: 2em 3em 3em;
max-width: 1024px;
min-width: 50vw;
margin: auto;
}
.footer-container {