mirror of https://github.com/onweru/compose.git

weru
29.16.2020 4ffb9ad9e94d3a44fec3cb55c6e4865ee9cbb527
assets/js/index.js
@@ -106,10 +106,10 @@
(function calcNavHeight(){
  const nav = elem('.nav_header');
  const navHeight = nav.offsetHeight;
  const docContent = elem('main');
  docContent.style.paddingTop = `${navHeight + 20}px`;
  return navHeight + 20;
  const navHeight = nav.offsetHeight + 25;
  const docContent = elem('main');
  docContent.style.paddingTop = `${navHeight}px`;
  return navHeight;
})();
(function markInlineCodeTags(){