UI fix on /news/update47/ page (#89)

This commit is contained in:
Abhijith M S 2025-01-30 00:40:45 +05:30 committed by GitHub
parent ef583820c8
commit 7ef9ca4ac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<li class="flex" use:animateIn={{ fade: 0, slide: 24 }}>
<a href={link} class="w-full transition-transform hover:-translate-y-0.5">
<article
class="flex flex-col justify-between gap-3 rounded hover:outline-sky-500/80 md:flex-row md:rounded-3xl md:bg-gradient-to-tr md:from-cyan-500/10 md:to-transparent md:p-8 md:shadow-xl md:outline md:outline-1 md:outline-sky-500/30"
class="flex flex-col h-[100%] justify-between gap-3 rounded hover:outline-sky-500/80 md:flex-row md:rounded-3xl md:bg-gradient-to-tr md:from-cyan-500/10 md:to-transparent md:p-8 md:shadow-xl md:outline md:outline-1 md:outline-sky-500/30"
>
<div>
<div class="flex flex-col gap-4 font-medium text-slate-400">

View file

@ -69,7 +69,7 @@
<TitleHeading slot="title" class="">More news</TitleHeading>
</Title>
<ul class="grid grid-cols-2 gap-x-7 gap-y-16 overflow-auto">
<ul class="grid grid-cols-2 gap-x-7 gap-y-16">
{#each data.other as entry}
<NewsThumb {entry} />
{/each}