|
|
@ -63,7 +63,7 @@ const Resources = () => {
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<section className="@container w-full max-w-3xl min-h-full flex flex-col justify-start items-center px-4 sm:px-2 sm:pt-4 pb-8 bg-zinc-100 dark:bg-zinc-800">
|
|
|
|
<section className="@container w-full max-w-3xl min-h-full flex flex-col justify-start items-center px-4 sm:px-2 sm:pt-4 pb-8 bg-zinc-100 dark:bg-zinc-800">
|
|
|
|
<MobileHeader showSearch={false} />
|
|
|
|
<MobileHeader />
|
|
|
|
<div className="w-full shadow flex flex-col justify-start items-start px-4 py-3 rounded-xl bg-white dark:bg-zinc-700 text-black dark:text-gray-300">
|
|
|
|
<div className="w-full shadow flex flex-col justify-start items-start px-4 py-3 rounded-xl bg-white dark:bg-zinc-700 text-black dark:text-gray-300">
|
|
|
|
<div className="relative w-full flex flex-row justify-between items-center">
|
|
|
|
<div className="relative w-full flex flex-row justify-between items-center">
|
|
|
|
<p className="px-2 py-1 flex flex-row justify-start items-center select-none opacity-80">
|
|
|
|
<p className="px-2 py-1 flex flex-row justify-start items-center select-none opacity-80">
|
|
|
|