diff options
Diffstat (limited to 'sass/parts/_footer.scss')
-rw-r--r-- | sass/parts/_footer.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss index 6d47846..86d84a8 100644 --- a/sass/parts/_footer.scss +++ b/sass/parts/_footer.scss @@ -1,4 +1,5 @@ -footer{ +#footer{ + background: $color-footer; padding: 15px 0; border-top: 1px solid $color-gray05; text-align: center; |