diff options
Diffstat (limited to '_scss/components/elements/_footer.scss')
-rw-r--r-- | _scss/components/elements/_footer.scss | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/_scss/components/elements/_footer.scss b/_scss/components/elements/_footer.scss deleted file mode 100644 index 46048a0..0000000 --- a/_scss/components/elements/_footer.scss +++ /dev/null @@ -1,16 +0,0 @@ -.footer { - padding-top: 1rem; - text-align: center; - - a { - padding: 0 .5rem; - - &:first-child { - padding-left: 0; - } - - &:last-child { - padding-right: 0; - } - } -} |