mirror of
https://git.coop/cotech/website.git
synced 2024-11-24 23:53:07 +00:00
test vertical align co-op logos
This commit is contained in:
parent
6a8185d1fa
commit
a31f65dba6
@ -6683,6 +6683,13 @@ a:focus {
|
|||||||
.coop-thumb img {
|
.coop-thumb img {
|
||||||
max-height: 100%; }
|
max-height: 100%; }
|
||||||
|
|
||||||
|
/* vertical align coop logos */
|
||||||
|
.services .coop-thumb {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.has-tip {
|
.has-tip {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
|
Loading…
Reference in New Issue
Block a user