Various tweaks to the new design based on feedback

Natasha and I went through the design together and made a number of
small tweaks.

In particular we removed the responsive line-height in favour of a
fixed one at all screen sizes.
This commit is contained in:
Chris Lowis
2025-12-17 12:02:26 +00:00
parent 60e58b04b8
commit dbb982990c
10 changed files with 46 additions and 25 deletions

View File

@ -27,7 +27,7 @@ layout: default
</div>
<div>
<img class="rounded" src="assets/img/workers-coop-logo.png" alt="" />
<img class="rounded" src="assets/img/member-workers-coop.png" alt="" />
</div>
</section>
@ -69,3 +69,17 @@ layout: default
</div>
</div>
</section>
<section class="grid grid-uneven">
<div class="stack">
<h2>For collaborators</h2>
<p>If youre not yet a tech coop (or not yet ready to join our membership) but interested to see what were about, join our online discourse forum. Participate in our discussions or start your own thread. Youll also be able to join our monthly online call from there.</p>
<a class="btn" href="https://community.coops.tech/">Join our discourse forum</a>
</div>
<div>
<img class="rounded" src="assets/img/join-us.jpg" alt="" />
</div>
</section>