From 5dc269b41f9b83f8e12fa2b3050bf487d109d273 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Mon, 2 Sep 2019 10:52:42 +0200 Subject: [PATCH] UI fix WIP #2 --- .../static/css/basetheme_bootstrap4_pasteur.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css index f6cd4de..878c4e7 100644 --- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css +++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css @@ -261,6 +261,9 @@ footer .inner-wrap { display: flex; flex-direction: column; } +.footer__section>*{ + flex-grow: 1; +} .footer__section:last-child{ flex: 0 1 auto; } @@ -318,6 +321,7 @@ footer .inner-wrap { .footer__section:last-child span{ text-align: right; font-size: initial; + flex-grow: 0; } main a:hover { -- GitLab