diff --git a/_layouts/service.html b/_layouts/service.html index 9777ad5..8bb8e12 100644 --- a/_layouts/service.html +++ b/_layouts/service.html @@ -42,8 +42,8 @@ {% for coop in site.coops %} {% if coop.services contains page.slug %}
- - {{ coop.name }} + + {{ coop.name }}
{% endif %} diff --git a/_layouts/technology.html b/_layouts/technology.html index bd70b7c..0710307 100644 --- a/_layouts/technology.html +++ b/_layouts/technology.html @@ -42,7 +42,7 @@ {% for coop in site.coops %} {% if coop.technologies contains page.slug %}
- + {{ coop.name }}
diff --git a/assets/css/app.css b/assets/css/app.css index e3cf840..84b8189 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -6683,7 +6683,8 @@ a:focus { .coop-thumb img { max-height: 100%; } -/* Vertical align coop logos on services pages */ +/* Vertical align coop logos on technology and services pages */ +.technology #grid .coop-thumb, .service #grid .coop-thumb { display: flex; justify-content: center;