Layout improvements

This commit is contained in:
Konstantin 2024-03-26 18:13:15 +01:00
parent 9139ad1aa2
commit ae087b5b09
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
{% with post=post.specific %}
<article class="relative isolate flex flex-col gap-8">
<div class="group relative w-full">
<h2 class="mt-3 text-lg font-semibold leading-6 group-hover:text-klavender border-klavender border-b-4">
<h2 class="mt-3 font-semibold leading-6 group-hover:text-klavender border-klavender border-b-4">
<a href="{% pageurl post %}">
<span class="absolute inset-0"></span>
{{ post.title }}

View file

@ -54,7 +54,7 @@
{% with tags=page.tags.all %}
{% if tags %}
<div class="flex items-center gap-x-4 text-xs">
<div class="flex items-center gap-x-4 text-xs my-6">
<div class="tags">
<h2 class="sr-only">Tags</h2>
<ul class="flex">

View file

@ -21,7 +21,7 @@
}
a {
@apply border-klavender border-b-2;
@apply border-klavender border-b-4;
}
h1 {