diff options
Diffstat (limited to 'assets/sass/_footer.scss')
-rw-r--r-- | assets/sass/_footer.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/sass/_footer.scss b/assets/sass/_footer.scss new file mode 100644 index 0000000..4be7f36 --- /dev/null +++ b/assets/sass/_footer.scss @@ -0,0 +1,10 @@ +footer { + border-top: $spliter; + margin-top: auto; + + p { + margin: 2em 0 2em 0; + } + + @include link-secondary(); +}
\ No newline at end of file |