mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
feat: update tailwindcss to v4
This commit is contained in:
parent
7b9affd848
commit
9bd80c84cc
15 changed files with 2392 additions and 2790 deletions
|
|
@ -5,12 +5,12 @@
|
|||
{% include "injects/page_start.html" ignore missing %}
|
||||
|
||||
<header class="mb-16">
|
||||
<h1 class="!my-0 pb-2.5">{{ page.title }}</h1>
|
||||
<h1 class="my-0! pb-2.5">{{ page.title }}</h1>
|
||||
{% include "partials/page_info.html" %}
|
||||
</header>
|
||||
|
||||
{% if page.extra.cover.image %}<!---->
|
||||
<figure class="mb-12 mt-0">
|
||||
<figure class="mt-0 mb-12">
|
||||
<img
|
||||
class="h-auto w-full rounded-lg"
|
||||
src="{{ get_url(path=page.extra.cover.image) }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue