From cec86f148ea49d1913810334d5966f0aee52b9d1 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Thu, 11 Jun 2020 13:42:09 +0200 Subject: [PATCH] fix footer styling --- kit/css/footer.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kit/css/footer.css b/kit/css/footer.css index 78e48bf..4a56020 100644 --- a/kit/css/footer.css +++ b/kit/css/footer.css @@ -295,10 +295,11 @@ } .footer-bottom { - height: 3.88889rem; + min-height: 3.88889rem; padding: 0; color: #fbfbfb; background-color: #404040; + padding: 1.5rem; } .footer-bottom .content-wrap { @@ -339,3 +340,9 @@ .footer-bottom .content-wrap .copyright { margin-top: 0px; } + +.footer-bottom .content-wrap { + overflow-wrap: break-word; + flex-wrap: wrap; + padding: 0; +}