mirror of
https://git.coop/cotech/website.git
synced 2025-12-17 22:57:32 +00:00
Simplify co-op page markup
Now we no longer have two columns of content.
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user