tweaked style of load more articles link

This commit is contained in:
Gabriele Musco 2021-04-13 10:28:19 +02:00
parent ffb76332ed
commit cfad046bb8
No known key found for this signature in database
GPG Key ID: 8539FD3454380B83
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
nextPage = res['next'];
if (first) {
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();">
Load more articles
</a>