diff --git a/assets/css/app.css b/assets/css/app.css
index e5d10f1..74a88d7 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -177,7 +177,6 @@ section {
display: flex;
justify-content: center;
}
-}
.stack {
display: flex;
@@ -215,6 +214,32 @@ section {
color: var(--cotech-white);
}
+.grid {
+ display: grid;
+ grid-gap: var(--space-sm);
+ grid-template-columns: 1fr;
+ align-items: stretch;
+}
+
+.grid a {
+ display: flex;
+ height: 100%;
+}
+
+.grid-dense {
+ grid-template-columns: 1fr 1fr;
+}
+
+@media (min-width: 420px) {
+ .grid {
+ grid-template-columns: 1fr 1fr;
+ }
+
+ .grid-dense {
+ grid-template-columns: 1fr 1fr 1fr 1fr;
+ }
+}
+
.header {
display: flex;
padding: var(--space-lg) var(--space-md);
diff --git a/index.html b/index.html
index 6449a31..0cea095 100644
--- a/index.html
+++ b/index.html
@@ -22,53 +22,55 @@ layout: default
particularly when it comes to democratic ownership and
decision-making.
-
-
Digital products & platforms
-
- - Websites & web apps
(WordPress, Drupal, Webflow, custom)
- - CMS / CRM design and development
- - E-commerce
- - Complex data integrations
- - Learning platforms
- - Custom AI applications
- - Data visualisation
- - Cloud hosting
-
-
+
+
+
Digital products & platforms
+
+ - Websites & web apps
(WordPress, Drupal, Webflow, custom)
+ - CMS / CRM design and development
+ - E-commerce
+ - Complex data integrations
+ - Learning platforms
+ - Custom AI applications
+ - Data visualisation
+ - Cloud hosting
+
+
-
-
Design & content
-
- - User research & testing
- - Design sprints & discovery
- - Accessibility & usability training
- - Branding & graphic design
- - Film & animation
- - Game design
- - Print production
-
-
+
+
Design & content
+
+ - User research & testing
+ - Design sprints & discovery
+ - Accessibility & usability training
+ - Branding & graphic design
+ - Film & animation
+ - Game design
+ - Print production
+
+
-
-
Marketing & comms
-
- - Digital strategy & campaigns
- - Copywriting
- - Social media marketing
- - Search engine optimisation (SEO)
- - Generative engine optimisation (GEO)
- - Analytics & analysis
-
-
+
+
Marketing & comms
+
+ - Digital strategy & campaigns
+ - Copywriting
+ - Social media marketing
+ - Search engine optimisation (SEO)
+ - Generative engine optimisation (GEO)
+ - Analytics & analysis
+
+
-
-
Coop & organisational development
-
- - Cooperative Development
- - Facilitation
- - Sociocracy Training
- - Service Design
-
+
+
Coop & organisational development
+
+ - Cooperative Development
+ - Facilitation
+ - Sociocracy Training
+ - Service Design
+
+
@@ -76,7 +78,7 @@ layout: default
Our members
Meet the coops behind CoTech
-
+
{% for coop in site.coops %}