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

weru
21.46.2020 118b7b13ea6c28566b25e002c8a92ae1329899ab
update
1 files modified
2 ■■■ changed files
assets/js/index.js 2 ●●● patch | view | raw | blame | history
assets/js/index.js
@@ -2,7 +2,7 @@
  const nav = elem('.nav_header');
  const navHeight = nav.offsetHeight + 25;
  const docContent = elem('main');
  docContent.style.paddingTop = `${navHeight}px`;
  // docContent.style.paddingTop = `${navHeight}px`;
  return navHeight;
})();