vertical align co-op images on technology pages

This commit is contained in:
Chris Croome
2019-07-05 13:36:13 +01:00
parent 540911839d
commit ac96faf6ba
3 changed files with 5 additions and 4 deletions

View File

@ -6683,7 +6683,8 @@ a:focus {
.coop-thumb img {
max-height: 100%; }
/* Vertical align coop logos on services pages */
/* Vertical align coop logos on technology and services pages */
.technology #grid .coop-thumb,
.service #grid .coop-thumb {
display: flex;
justify-content: center;