remove side margin on footnotes block inside table
authorDan Allen <dan@opendevise.com>
Sun, 19 Sep 2021 08:41:07 +0000 (02:41 -0600)
committerDan Allen <dan@opendevise.com>
Sun, 19 Sep 2021 08:41:07 +0000 (02:41 -0600)
src/css/doc.css

index fdfd5d2..c7759de 100644 (file)
   margin: 2rem -0.5rem 0;
 }
 
+.doc td.tableblock > .content #footnotes {
+  margin: 2rem 0 0;
+}
+
 #footnotes hr {
   border-top-width: 1px;
   margin-top: 0;