3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-18 00:57:32 +00:00

Refactor hero into grid-uneven and large-only classes

This makes it possible to reuse this CSS for the about page layout.
This commit is contained in:
Chris Lowis
2025-12-16 12:11:01 +00:00
parent 4ae2be1ff9
commit ced5d2ad0e
3 changed files with 27 additions and 25 deletions

View File

@ -3,8 +3,8 @@ title: CoTech
layout: default
---
<section class="hero">
<div class="hero__left stack">
<section class="grid grid-uneven">
<div class="stack">
<h1>We're building a cooperative digital economy</h1>
<p class="large">CoTech is a UK-wide network of creative technology companies
@ -21,7 +21,7 @@ layout: default
</div>
</div>
<div class="hero__right">
<div class="large-only">
<img src="assets/img/decoration.svg" alt="" />
</div>
</section>