From ca2e633d274d0fc239a8f67a40741751b657e5df Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Thu, 20 Jun 2019 13:54:45 +0100 Subject: [PATCH] CSS tweak --- assets/css/app.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 42ea7b8..b0fb3d0 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -6653,6 +6653,13 @@ a:focus { background-color: transparent; color: #1e2637; } +/* Vertical align coop logos on services pages */ +.services #grid .column { + display: flex; + justify-content: center; + align-items: center; +} + /* Coops Thumb */ .coop-thumb { height: 123px; @@ -6683,13 +6690,6 @@ a:focus { .coop-thumb img { max-height: 100%; } -/* vertical align coop logos on services pages */ -.services #grid .column { - display: flex; - flex-direction: column; - justify-content: center; -} - .has-tip { cursor: pointer; cursor: hand;