summaryrefslogtreecommitdiffstats
path: root/assets/sass/_footer.scss
blob: 4be7f36df8de7db02e9f94f0ef7878b912f1c435 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
footer {
    border-top: $spliter;
    margin-top: auto;

    p {
        margin: 2em 0 2em 0;
    }

    @include link-secondary();
}