test vertical align co-op logos

This commit is contained in:
Chris Croome 2019-06-20 13:50:09 +01:00
parent 6a8185d1fa
commit a31f65dba6
1 changed files with 7 additions and 0 deletions

View File

@ -6683,6 +6683,13 @@ a:focus {
.coop-thumb img {
max-height: 100%; }
/* vertical align coop logos */
.services .coop-thumb {
display: flex;
flex-direction: column;
justify-content: center;
}
.has-tip {
cursor: pointer;
cursor: hand;