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