Spaces:
Sleeping
Sleeping
blur size xs
Browse files
components/space/sub/header.tsx
CHANGED
@@ -9,7 +9,7 @@ export const SpaceHeader = ({ space }: { space: Space }) => {
|
|
9 |
className={`bg-gradient-to-br ${space.colorFrom} ${space.colorTo} absolute w-full top-0 left-0 h-full rounded-2xl -z-[1]`}
|
10 |
/>
|
11 |
<div
|
12 |
-
className={`bg-gradient-to-br ${space.colorFrom} ${space.colorTo} -z-[1] blur-[160px] opacity-50 h-full w-full absolute top-0 left-0`}
|
13 |
/>
|
14 |
<div className="flex items-center justify-between w-full relative">
|
15 |
<div className="bg-white/15 border border-white/20 text-white px-1.5 py-0.5 rounded-md flex items-center justify-center gap-1 font-serif text-xs">
|
|
|
9 |
className={`bg-gradient-to-br ${space.colorFrom} ${space.colorTo} absolute w-full top-0 left-0 h-full rounded-2xl -z-[1]`}
|
10 |
/>
|
11 |
<div
|
12 |
+
className={`bg-gradient-to-br ${space.colorFrom} ${space.colorTo} -z-[1] blur-3xl lg:blur-[160px] opacity-50 h-full w-full absolute top-0 left-0`}
|
13 |
/>
|
14 |
<div className="flex items-center justify-between w-full relative">
|
15 |
<div className="bg-white/15 border border-white/20 text-white px-1.5 py-0.5 rounded-md flex items-center justify-center gap-1 font-serif text-xs">
|