diff options
Diffstat (limited to 'app/assets/stylesheets/components/footer.css')
-rw-r--r-- | app/assets/stylesheets/components/footer.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/footer.css b/app/assets/stylesheets/components/footer.css new file mode 100644 index 0000000..de96a5c --- /dev/null +++ b/app/assets/stylesheets/components/footer.css @@ -0,0 +1,6 @@ +footer { + text-align: center; + margin: 3em 0 0; + color: dimgrey; + +} |