File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/baseai.dev/src/components/home Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ const inter = Inter({ subsets: ['latin'] });
12
12
13
13
export default function Hero ( { } ) {
14
14
return (
15
- < div className = "flex align-center min-h-[91vh] flex-col items-center justify-center relative" >
16
- < div className = "xmin-h-screen h- full webgl absolute -top-[17vh ] flex w-full sm:-top-10 " >
15
+ < div className = "flex h-full flex-col items-center justify-between relative mt-[74px] sm:mt-0 " >
16
+ < div className = "h- full webgl absolute -top-[26vh ] flex w-full sm:-top-16 " >
17
17
< WebGLInitializer />
18
18
</ div >
19
19
< Content />
@@ -23,7 +23,7 @@ export default function Hero({ }) {
23
23
24
24
function Content ( ) {
25
25
return (
26
- < div className = "z-10 grid min-h-[75vh ] w-[90vw] grid-rows-[auto_1fr_auto] gap-4 px-6 sm:p-6 sm:mt-28 sm:min-h-[85vh] sm:w-[76vw]" >
26
+ < div className = "z-10 grid min-h-[80vh ] w-[90vw] grid-rows-[auto_1fr_auto] gap-4 px-6 sm:p-6 sm:mt-[104px] sm:min-h-[85vh] sm:w-[76vw]" >
27
27
< div className = "col-span-2 flex items-center justify-between" >
28
28
< div className = { cn ( 'flex items-center' , inter . className ) } >
29
29
< div className = "mr-4 hidden size-4 rounded-full bg-muted-foreground/70 sm:block" > </ div >
You canβt perform that action at this time.
0 commit comments