diff --git a/scss/sections/_layout.scss b/scss/sections/_layout.scss index ee58f0d6..17fbbed7 100644 --- a/scss/sections/_layout.scss +++ b/scss/sections/_layout.scss @@ -11,5 +11,7 @@ section { } footer { - + position: fixed; + bottom: 0; + width: 100%; } \ No newline at end of file