diff options
| -rw-r--r-- | scss/_footer.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/_footer.scss b/scss/_footer.scss index 466139c..3cc3f5a 100644 --- a/scss/_footer.scss +++ b/scss/_footer.scss @@ -2,6 +2,9 @@ footer { display: flex; padding: 1rem 2rem; + position: sticky; + bottom: 0; + color: $gray-bright; background: $gray-dark; |
