summaryrefslogtreecommitdiff
path: root/css/pageFooter.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/pageFooter.css')
-rw-r--r--css/pageFooter.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/pageFooter.css b/css/pageFooter.css
new file mode 100644
index 0000000..2e6afed
--- /dev/null
+++ b/css/pageFooter.css
@@ -0,0 +1,11 @@
+div.copyrightNotice {
+ font-weight:bold;
+ margin: 0 auto;
+ margin-top: 1rem;
+ text-align: center;
+ width: fit-content;
+}
+
+div.copyrightNotice p + p {
+ margin-top:calc(1rem / 2);
+}