From 8fba3a42403c65513910c5d457b906380908ff51 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 30 Mar 2019 22:06:19 +0100 Subject: [PATCH] [9.0.15] footer word break anc responsive select menu --- core/layout/common.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/layout/common.css b/core/layout/common.css index 215fbfae..cea3571a 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -318,6 +318,13 @@ td > .col12 { #bar select { width: 70%; } + #bar #barRight { + font-size: 1.2em; + } + #bar #barSelectPage { + width: 80%; + font-size: 120%; + } } /* Site */ @@ -486,6 +493,9 @@ footer .col4 { footer .col4 { width:33%; } + div span:last-of-type { + display: block; + } } footer #footerSocials span {