added margin to the load more button.

This commit is contained in:
nilsding 2014-12-10 20:37:47 +01:00
parent c8154c1fc2
commit aa28eb18fc
1 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,7 @@ body {
.ios-web-app { .ios-web-app {
padding-top: 1em; padding-top: 1em;
} }
#load-more-btn {
margin-bottom: 1.5em;
}