diff --git a/client/app/components/footer/footer.scss b/client/app/components/footer/footer.scss index 4d8fc94..6fc3585 100644 --- a/client/app/components/footer/footer.scss +++ b/client/app/components/footer/footer.scss @@ -2,7 +2,10 @@ background-image: url('../../assets/bottom-bg.gif'); background-repeat: repeat-x; height: 46px; + width: 100%; display: flex; justify-content: center; overflow: hidden; + position: absolute; + bottom: 0; } diff --git a/client/app/scss/style.scss b/client/app/scss/style.scss index 98df9d0..51f46fc 100644 --- a/client/app/scss/style.scss +++ b/client/app/scss/style.scss @@ -12,6 +12,8 @@ body { background-color: black; background-image: url('../assets/forum-bg.jpg'); background-repeat: repeat-x; + position: relative; + padding-bottom: 46px; } a {