Spaces:
Running
Running
change position
Browse files
components/spaces/index.tsx
CHANGED
@@ -62,8 +62,8 @@ export const Spaces: React.FC<{ spaces: SpaceProps[] }> = ({ spaces }) => {
|
|
62 |
|
63 |
return (
|
64 |
<section id="app" className="flex h-screen overflow-auto">
|
65 |
-
<div className="w-full container px-6 py-10 lg:
|
66 |
-
<div className="
|
67 |
<p className="bg-white dark:bg-slate-900 rounded-md p-5 text-sm text-gray-500 dark:text-slate-500">
|
68 |
<a
|
69 |
href="https://huggingface.co/settings/billing/subscription#subscribe"
|
|
|
62 |
|
63 |
return (
|
64 |
<section id="app" className="flex h-screen overflow-auto">
|
65 |
+
<div className="w-full container px-6 py-10 lg:pb-20 lg:py-12 mx-auto space-y-10 lg:space-y-14">
|
66 |
+
<div className="rounded-lg p-[3px] lg:max-w-max mx-auto bg-gradient-to-br from-pink-300 via-green-200 to-yellow-200 shadow-lg z-[9999]">
|
67 |
<p className="bg-white dark:bg-slate-900 rounded-md p-5 text-sm text-gray-500 dark:text-slate-500">
|
68 |
<a
|
69 |
href="https://huggingface.co/settings/billing/subscription#subscribe"
|