Commit 71e7bff1eabd0c277a75910fd2975bfc7b95af2a

Authored by Dmitriy Zaporozhets
1 parent 40a8ae5e

Revert "set layout margin-bottom 50px"

Because .content class used in several other places and this change add
unnecessary margint ot it

This reverts commit f8807281ee591ac00462c1f60de0a01392b906e4.
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,5 +16,5 @@ body {
16 } 16 }
17 17
18 .container .content { 18 .container .content {
19 - margin: 0 0 50px; 19 + margin: 0 0;
20 } 20 }