mirror of
https://git.coop/cotech/website.git
synced 2024-11-21 22:33:05 +00:00
CSS fix for vertical align images on services page
This commit is contained in:
parent
a9398c8a90
commit
aec1f09135
@ -6684,10 +6684,10 @@ a:focus {
|
|||||||
max-height: 100%; }
|
max-height: 100%; }
|
||||||
|
|
||||||
/* Vertical align coop logos on services pages */
|
/* Vertical align coop logos on services pages */
|
||||||
.services #grid .column .coop-thumb {
|
.service #grid .coop-thumb {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-tip {
|
.has-tip {
|
||||||
|
Loading…
Reference in New Issue
Block a user