Skip to content
Snippets Groups Projects
Commit 5f17b172 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix article page height

parent f28047f4
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@
</div>
{% endif %}
<ul class="flex gap-4 lg:h-96 flex-wrap">
<ul class="flex gap-4 flex-wrap">
{% for article in page.articles %}
<li class="bg-pii-cyan text-white p-7 lg:w-80">
<li class="bg-pii-cyan lg:h-96 text-white p-7 lg:w-80">
<a
class="flex flex-col gap-2 h-full"
href="{{ article.url }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment