Layout improvements
This commit is contained in:
parent
9139ad1aa2
commit
ae087b5b09
3 changed files with 3 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue