From 4c98e98dceb735ff4ed46a01f03944ae2c841a11 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Wed, 29 Jul 2020 14:40:57 +0200 Subject: [PATCH] add link to lw1.at in footer --- static/scss/components/footer.scss | 5 +++++ templates/footer.html | 3 +++ 2 files changed, 8 insertions(+) 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 %}