erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

Change margin in App.scss & Home.scss #1289

Closed evenstensberg closed 7 years ago

evenstensberg commented 7 years ago

Right now if the user goes to home or any other scss file, they will most likely change the scss if they use this as a boilerplate. Instead of having margin: 0 10px 0 0; .

If we change to margin-top: 10 and set margin and padding to 0 in Home.scss instead, we avoid having the body and section/child being the entire viewport when people change the scss file in any of the container pages. Avoids a lot of confusion 💯

evenstensberg commented 7 years ago

skjermbilde 2016-09-22 kl 12 51 02 skjermbilde 2016-09-22 kl 12 51 15