mirror of
https://git.coop/cotech/website.git
synced 2024-11-21 14:23:06 +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%; }
|
||||
|
||||
/* 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user