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 %}
|
{% with post=post.specific %}
|
||||||
<article class="relative isolate flex flex-col gap-8">
|
<article class="relative isolate flex flex-col gap-8">
|
||||||
<div class="group relative w-full">
|
<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 %}">
|
<a href="{% pageurl post %}">
|
||||||
<span class="absolute inset-0"></span>
|
<span class="absolute inset-0"></span>
|
||||||
{{ post.title }}
|
{{ post.title }}
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
{% with tags=page.tags.all %}
|
{% with tags=page.tags.all %}
|
||||||
{% if tags %}
|
{% 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">
|
<div class="tags">
|
||||||
<h2 class="sr-only">Tags</h2>
|
<h2 class="sr-only">Tags</h2>
|
||||||
<ul class="flex">
|
<ul class="flex">
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@apply border-klavender border-b-2;
|
@apply border-klavender border-b-4;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue