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;