diff options
Diffstat (limited to '_scss')
-rw-r--r-- | _scss/components/elements/_footer.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_scss/components/elements/_footer.scss b/_scss/components/elements/_footer.scss new file mode 100644 index 0000000..b7c9cea --- /dev/null +++ b/_scss/components/elements/_footer.scss @@ -0,0 +1,3 @@ +.footer { + text-align: center; +} |