mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +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",
|
"lint": "eslint src",
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"start:heroku": "UNLEASH_API=https://unleash.herokuapp.com yarn run 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",
|
"test": "react-scripts test",
|
||||||
"prepare": "yarn run build"
|
"prepare": "yarn run build"
|
||||||
},
|
},
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
.contentWrapper {
|
.contentWrapper {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-height: 100%;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #ecebeb;
|
background-color: #ecebeb;
|
||||||
background-image: url('../assets/img/texture.svg');
|
background-image: url('../assets/img/texture.svg');
|
||||||
|
Loading…
Reference in New Issue
Block a user