added margin to the load more button.
This commit is contained in:
parent
c8154c1fc2
commit
aa28eb18fc
|
@ -24,3 +24,7 @@ body {
|
||||||
.ios-web-app {
|
.ios-web-app {
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#load-more-btn {
|
||||||
|
margin-bottom: 1.5em;
|
||||||
|
}
|
Loading…
Reference in New Issue