diff --git a/static/scss/components/footer.scss b/static/scss/components/footer.scss index e87e7ef..576502f 100644 --- a/static/scss/components/footer.scss +++ b/static/scss/components/footer.scss @@ -5,5 +5,10 @@ footer { .navbar-nav { justify-content: space-between; width: 100%; + + @include media-breakpoint-down(xs) { + flex-direction: column !important; + text-align: center; + } } } diff --git a/templates/footer.html b/templates/footer.html index 95c57ac..f5c6c0f 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -12,6 +12,9 @@ + {% if user.is_authenticated %}