Skip to content

Commit

Permalink
fix bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
briankelleher committed Apr 27, 2016
1 parent e6658bf commit e096143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ section#content {

#page {
min-height: 100%;
padding-bottom: 20px;
padding-bottom: 30px;
}
2 changes: 1 addition & 1 deletion www/wp-content/themes/ation2016/static/styles/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -5901,7 +5901,7 @@ section#content {

#page {
min-height: 100%;
padding-bottom: 20px; }
padding-bottom: 30px; }

html, body {
height: 100%; }
Expand Down
2 changes: 1 addition & 1 deletion www/wp-content/themes/ation2016/static/styles/site.min.css

Large diffs are not rendered by default.

0 comments on commit e096143

Please sign in to comment.