style: change border styling
This commit is contained in:
parent
92ab6c07ad
commit
8fbe06a4fa
|
@ -33,7 +33,7 @@
|
||||||
</a>
|
</a>
|
||||||
<div id="board" class="board"></div>
|
<div id="board" class="board"></div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="border-b border-x-0 border-t-0 border-slate-900 border-solid">
|
||||||
<ul
|
<ul
|
||||||
class="flex md:flex-row flex-col md:items-center justify-between list-none p-0 gap-3 nav-links">
|
class="flex md:flex-row flex-col md:items-center justify-between list-none p-0 gap-3 nav-links">
|
||||||
<li>
|
<li>
|
||||||
|
@ -49,7 +49,6 @@
|
||||||
<a href="/category/ansiklopedi">Ansiklopedi</a>
|
<a href="/category/ansiklopedi">Ansiklopedi</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr class="mb-0 mt-2" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -71,9 +71,9 @@ import calendar from "@/images/calendar.svg";
|
||||||
<div class="flex flex-col gap-3">
|
<div class="flex flex-col gap-3">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<p class="tracking-wide text-slate-700">{post.data.subcategory}</p>
|
<p class="tracking-wide text-slate-700">{post.data.subcategory}</p>
|
||||||
<a class="no-underline text-inherit" href={postLink}
|
<a class="no-underline text-inherit" href={postLink}>
|
||||||
><h4 class="text-3xl font-normal">{post.data.title}</h4></a
|
<h4 class="text-3xl font-normal">{post.data.title}</h4>
|
||||||
>
|
</a>
|
||||||
<div class="flex flex-row gap-2">
|
<div class="flex flex-row gap-2">
|
||||||
{
|
{
|
||||||
options.showTags && (
|
options.showTags && (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user