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