website: tweak font sizes

This commit is contained in:
Yangshun
2021-05-30 03:08:36 +08:00
parent c9bf17c4d6
commit dbe7d009bd
2 changed files with 2 additions and 3 deletions

View File

@ -36,7 +36,7 @@ function initAd() {
const $newEl = document.createElement('div');
$newEl.id = AD_ELEMENT_ID;
$tocEl.append($newEl);
$tocEl.prepend($newEl);
return $newEl;
})();