mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
fix wrapping
This commit is contained in:
parent
23c6a48aea
commit
a980e38f6d
@ -5,9 +5,9 @@ title: Blog
|
|||||||
<section class="text-gray-600 body-font overflow-hidden min-h-screen">
|
<section class="text-gray-600 body-font overflow-hidden min-h-screen">
|
||||||
<div class="container px-5 py-24 mx-auto">
|
<div class="container px-5 py-24 mx-auto">
|
||||||
<h1 class="header-text title-font mb-4 cm-gray-2">InvenTree Blog</h1>
|
<h1 class="header-text title-font mb-4 cm-gray-2">InvenTree Blog</h1>
|
||||||
|
<div class="flex flex-wrap -m-12">
|
||||||
|
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<div class="flex flex-wrap -m-12">
|
|
||||||
<div class="p-12 md:w-1/2 flex flex-col items-start">
|
<div class="p-12 md:w-1/2 flex flex-col items-start">
|
||||||
<h2 class="header-text title-font mb-4 cm-gray-1">
|
<h2 class="header-text title-font mb-4 cm-gray-1">
|
||||||
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
|
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
|
||||||
@ -15,7 +15,7 @@ title: Blog
|
|||||||
<span class="leading-relaxed mb-8">{{ post.excerpt }}</span>
|
<span class="leading-relaxed mb-8">{{ post.excerpt }}</span>
|
||||||
{% include partial/publisher_ref.html pub=post.publisher %}
|
{% include partial/publisher_ref.html pub=post.publisher %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user