style: change border styling

This commit is contained in:
log101 2024-06-22 14:04:01 +03:00
parent 92ab6c07ad
commit 8fbe06a4fa
2 changed files with 4 additions and 5 deletions

View File

@ -33,7 +33,7 @@
</a>
<div id="board" class="board"></div>
</div>
<div>
<div class="border-b border-x-0 border-t-0 border-slate-900 border-solid">
<ul
class="flex md:flex-row flex-col md:items-center justify-between list-none p-0 gap-3 nav-links">
<li>
@ -49,7 +49,6 @@
<a href="/category/ansiklopedi">Ansiklopedi</a>
</li>
</ul>
<hr class="mb-0 mt-2" />
</div>
</div>
</div>

View File

@ -71,9 +71,9 @@ import calendar from "@/images/calendar.svg";
<div class="flex flex-col gap-3">
<div class="flex flex-col">
<p class="tracking-wide text-slate-700">{post.data.subcategory}</p>
<a class="no-underline text-inherit" href={postLink}
><h4 class="text-3xl font-normal">{post.data.title}</h4></a
>
<a class="no-underline text-inherit" href={postLink}>
<h4 class="text-3xl font-normal">{post.data.title}</h4>
</a>
<div class="flex flex-row gap-2">
{
options.showTags && (