Commit 2e198cc3f104814e6b253a6e5832573f4784f571

Authored by Dmitriy Zaporozhets
2 parents af0ed690 f8807281

Merge pull request #6366 from popomore/patch-1

set layout margin-bottom 50px
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/main/layout.scss
... ... @@ -16,5 +16,5 @@ body {
16 16 }
17 17  
18 18 .container .content {
19   - margin: 0 0;
  19 + margin: 0 0 50px;
20 20 }
... ...