Commit 049d0cc396669d7b970fc3d23e87eb62b3e57b75

Authored by Dmitriy Zaporozhets
1 parent ba9ff219

Add bottom padding to body

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/main/layout.scss
@@ -5,7 +5,7 @@ html { @@ -5,7 +5,7 @@ html {
5 } 5 }
6 6
7 body { 7 body {
8 - margin-bottom: 20px; 8 + padding-bottom: 20px;
9 } 9 }
10 10
11 .container { 11 .container {