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

Simplify co-op page markup

Now we no longer have two columns of content.
This commit is contained in:
Chris Lowis
2025-12-10 14:54:35 +00:00
parent 698828a782
commit c00d8889a2
2 changed files with 3 additions and 43 deletions

View File

@ -13,16 +13,9 @@
<a class="slice_subtitle" href="{{ page.website }}" target="_blank">{{ page.website }}</a>
</section>
<div class="two-column">
<div class="two-column_left">
</div>
<div class="two-column_right">
<section>
<p>{{ content }}</p>
</section>
</div>
</div>
<section class="slice">
<p>{{ content }}</p>
</section>
{% include footer.html %}
</body>