diff options
Diffstat (limited to 'sass/parts/_footer.scss')
-rw-r--r-- | sass/parts/_footer.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss index 74f5e41..6d47846 100644 --- a/sass/parts/_footer.scss +++ b/sass/parts/_footer.scss @@ -1,6 +1,6 @@ footer{ padding: 15px 0; - border-top: 1px solid $gray05; + border-top: 1px solid $color-gray05; text-align: center; - font-size: $meta-size; + font-size: 0.9em; }
\ No newline at end of file |