enzostvs HF staff commited on
Commit
d943c4f
·
1 Parent(s): fecae1f

change position

Browse files
Files changed (1) hide show
  1. components/spaces/index.tsx +2 -2
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:py-20 mx-auto space-y-10 lg:space-y-14">
66
- <div className="lg:absolute lg:top-20 lg:right-5 rounded-lg p-[3px] lg:max-w-sm 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"
 
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"