tweaked style of load more articles link
This commit is contained in:
parent
ffb76332ed
commit
cfad046bb8
|
@ -50,7 +50,7 @@
|
||||||
nextPage = res['next'];
|
nextPage = res['next'];
|
||||||
if (first) {
|
if (first) {
|
||||||
document.getElementById('getNextBtnContainer').innerHTML += `
|
document.getElementById('getNextBtnContainer').innerHTML += `
|
||||||
<div style="text-align: center; font-size: 1.7em;">
|
<div style="text-align: center; font-size: 1.3em; font-weight: bold;">
|
||||||
<a style="cursor: pointer" onclick="getNext();">
|
<a style="cursor: pointer" onclick="getNext();">
|
||||||
Load more articles
|
Load more articles
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue