diff options
Diffstat (limited to 'sass/parts/_footer.scss')
-rw-r--r-- | sass/parts/_footer.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss new file mode 100644 index 0000000..b713b8e --- /dev/null +++ b/sass/parts/_footer.scss @@ -0,0 +1,6 @@ +footer{ + padding: 30px 0; + border-top: 1px solid $light-shadow; + text-align: center; + font-size: 13px; +}
\ No newline at end of file |