CSS fix for vertical align images on services page

This commit is contained in:
Chris Croome 2019-06-20 14:06:30 +01:00
parent a9398c8a90
commit aec1f09135
1 changed files with 4 additions and 4 deletions

View File

@ -6684,10 +6684,10 @@ a:focus {
max-height: 100%; }
/* Vertical align coop logos on services pages */
.services #grid .column .coop-thumb {
display: flex;
justify-content: center;
align-items: center;
.service #grid .coop-thumb {
display: flex;
justify-content: center;
align-items: center;
}
.has-tip {