File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const { t } = useI18n(Astro.url.pathname)
4949 description && (
5050 <div class = " modal-content hidden" >
5151 <div class = " body" >
52- <div class = " mb-5 flex justify-center" >
52+ <div class = " relative mb-5 flex justify-center" >
5353 <div >
5454 <div class = " mb-4 flex items-center gap-4" >
5555 <div class = " aspect-square h-20 w-20 shrink-0 overflow-hidden rounded-lg bg-neutral-50 p-2 md:hidden" >
@@ -59,7 +59,7 @@ const { t } = useI18n(Astro.url.pathname)
5959 </div >
6060 <Markdown content = { description } />
6161 </div >
62- <div class = " hidden aspect-square h-48 w-48 shrink-0 overflow-hidden rounded-lg bg-neutral-50 p-2 md:block" >
62+ <div class = " sticky top-0 hidden aspect-square h-48 w-48 shrink-0 overflow-hidden rounded-lg bg-neutral-50 p-2 md:block" >
6363 <img class = " h-full w-full object-contain" src = { ` ./img/partners/${img } ` } alt = { name } />
6464 </div >
6565 </div >
You can’t perform that action at this time.
0 commit comments