Consistency changes wrt nick_site, makes page footer slightly taller
[ndcode_site.git] / _lib / navbar.jst
index edd7c80..848488d 100644 (file)
@@ -259,7 +259,7 @@ return async (env, head, body, scripts) => {
 
             await body(_out)
 
-            footer.extend-background {
+            footer.page-footer.extend-background.py-5 {
               a(rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/") {
                 img(alt="Creative Commons License" style="border-width:0;" src="/images/by-sa_3.0_88x31.png") {}
               }
@@ -277,7 +277,7 @@ return async (env, head, body, scripts) => {
 
               p {'Example code fragments embedded within the text are placed in the public domain unless otherwise noted.'}
 
-              p {`Copyright © ${new XDate(env.now).getUTCFullYear()} ${copyright}.`}
+              p.mb-0 {`Copyright © ${new XDate(env.now).getUTCFullYear()} ${copyright}.`}
             }
           }
         }