ui fix
This commit is contained in:
parent
df969a48d6
commit
5fda8c882c
@ -128,13 +128,11 @@
|
|||||||
class="text-center mb-10 relative w-fit flex justify-center m-auto text-white"
|
class="text-center mb-10 relative w-fit flex justify-center m-auto text-white"
|
||||||
>
|
>
|
||||||
<div class="mb-4 flex justify-center -mt-3 lg:mb-8">
|
<div class="mb-4 flex justify-center -mt-3 lg:mb-8">
|
||||||
<a href="/learning-center"
|
<a href="/dark-pool-flow"
|
||||||
><div
|
><div
|
||||||
class="flex items-center justify-center sm:hover:text-white text-blue-400"
|
class="flex items-center justify-center sm:hover:text-white text-blue-400"
|
||||||
>
|
>
|
||||||
<div class="text-lg sm:text-xl font-semibold">
|
<div class="text-lg sm:text-xl font-semibold">Dark Pool Flow</div>
|
||||||
Learning Center
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
class="-mt-2 ml-1 -rotate-6 rounded-lg bg-red-500 px-1 py-0.5 text-xs font-semibold text-white"
|
class="-mt-2 ml-1 -rotate-6 rounded-lg bg-red-500 px-1 py-0.5 text-xs font-semibold text-white"
|
||||||
>
|
>
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
{#if allBlogPosts?.length !== 0}
|
{#if allBlogPosts?.length !== 0}
|
||||||
{#each allBlogPosts as item}
|
{#each allBlogPosts as item}
|
||||||
<div
|
<div
|
||||||
class="flex flex-col overflow-hidden rounded shadow-lg sm:hover:shadow-2xl border border-gray-600"
|
class="flex flex-col overflow-hidden rounded border border-gray-700"
|
||||||
>
|
>
|
||||||
<div class="flex-shrink-0">
|
<div class="flex-shrink-0">
|
||||||
<a
|
<a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user