1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: content-wrapper should not take 100%

This commit is contained in:
Ivar Conradi Østhus 2021-08-26 19:54:22 +02:00
parent d3fcd19797
commit 2d8f1d033a
2 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,7 @@
"lint": "eslint src",
"start": "react-scripts start",
"start:heroku": "UNLEASH_API=https://unleash.herokuapp.com yarn run start",
"start:ea": "UNLEASH_API=https://unleash4.herokuapp.com yarn run start",
"test": "react-scripts test",
"prepare": "yarn run build"
},

View File

@ -21,7 +21,6 @@
.contentWrapper {
margin: 0 auto;
flex: 1;
min-height: 100%;
width: 100%;
background-color: #ecebeb;
background-image: url('../assets/img/texture.svg');