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:
parent
d3fcd19797
commit
2d8f1d033a
@ -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"
|
||||
},
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user