Fix navbar spacing, headings spacing, modal dialogs
[ndcode_site.git] / breadcrumbs.jst
index 7ae21c9..a9d9ae1 100644 (file)
@@ -13,7 +13,7 @@ return async (env, _out) => {
   }
 
   // present components as breadcrumbs, except last one as text
-  h2 {
+  h2.mt-3 {
     for (let i = 0; i < components.length - 1; ++i) {
       a.h4(
         href=`${pathname.slice(0, components[i].index)}/index.html`