Browse Source

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

pull/1886/head
gingervitis 5 years ago
parent
commit
4d5b12cb15
  1. 2
      web/styles/home.scss
  2. 2
      web/styles/main-layout.scss

2
web/styles/home.scss

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

2
web/styles/main-layout.scss

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

Loading…
Cancel
Save