mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 05:02:52 +08:00
website: tweak font sizes
This commit is contained in:
@ -36,7 +36,7 @@ function initAd() {
|
||||
|
||||
const $newEl = document.createElement('div');
|
||||
$newEl.id = AD_ELEMENT_ID;
|
||||
$tocEl.append($newEl);
|
||||
$tocEl.prepend($newEl);
|
||||
|
||||
return $newEl;
|
||||
})();
|
||||
|
Reference in New Issue
Block a user