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 86d84a8..8c91e1c 100644 --- a/sass/parts/_footer.scss +++ b/sass/parts/_footer.scss @@ -4,4 +4,5 @@ border-top: 1px solid $color-gray05; text-align: center; font-size: 0.9em; -}
\ No newline at end of file + @include border-radius(0 0 10px 10px); +} |