CSS tweak

This commit is contained in:
Chris Croome 2019-06-20 13:54:45 +01:00
parent f641c889da
commit ca2e633d27
1 changed files with 7 additions and 7 deletions

View File

@ -6653,6 +6653,13 @@ a:focus {
background-color: transparent; background-color: transparent;
color: #1e2637; } color: #1e2637; }
/* Vertical align coop logos on services pages */
.services #grid .column {
display: flex;
justify-content: center;
align-items: center;
}
/* Coops Thumb */ /* Coops Thumb */
.coop-thumb { .coop-thumb {
height: 123px; height: 123px;
@ -6683,13 +6690,6 @@ a:focus {
.coop-thumb img { .coop-thumb img {
max-height: 100%; } max-height: 100%; }
/* vertical align coop logos on services pages */
.services #grid .column {
display: flex;
flex-direction: column;
justify-content: center;
}
.has-tip { .has-tip {
cursor: pointer; cursor: pointer;
cursor: hand; cursor: hand;