aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/react-small-apps/apps/notebook/src/components/layout/Footer/Footer.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/projects/react-small-apps/apps/notebook/src/components/layout/Footer/Footer.css')
-rw-r--r--public/projects/react-small-apps/apps/notebook/src/components/layout/Footer/Footer.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/projects/react-small-apps/apps/notebook/src/components/layout/Footer/Footer.css b/public/projects/react-small-apps/apps/notebook/src/components/layout/Footer/Footer.css
new file mode 100644
index 0000000..31db439
--- /dev/null
+++ b/public/projects/react-small-apps/apps/notebook/src/components/layout/Footer/Footer.css
@@ -0,0 +1,8 @@
+.footer {
+ padding: 0 0 1rem;
+}
+
+.footer__copyright {
+ font-size: 0.9rem;
+ text-align: center;
+}