mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2025-05-12 21:20:37 +01:00
UI fix on /news/update47/ page (#89)
This commit is contained in:
parent
ef583820c8
commit
7ef9ca4ac1
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue