chore(dev): Tweaks to home page
This commit is contained in:
parent
d237ece755
commit
1e6b583520
1 changed files with 2 additions and 4 deletions
|
@ -43,7 +43,7 @@ const HomePage = () => {
|
||||||
}}
|
}}
|
||||||
className="m-0 p-0 shadow drop-shadow-lg w-full h-screen"
|
className="m-0 p-0 shadow drop-shadow-lg w-full h-screen"
|
||||||
>
|
>
|
||||||
<div className="mx-auto px-8 flex flex-col items-center justify-center lg:min-h-0 lg:py-64">
|
<div className="mx-auto px-8 flex flex-col items-center justify-center py-48 lg:min-h-0 lg:py-64">
|
||||||
<div className="flex flex-col items-end max-w-4xl">
|
<div className="flex flex-col items-end max-w-4xl">
|
||||||
<h1
|
<h1
|
||||||
className={`
|
className={`
|
||||||
|
@ -72,12 +72,10 @@ const HomePage = () => {
|
||||||
<Icons
|
<Icons
|
||||||
app={app}
|
app={app}
|
||||||
active="/"
|
active="/"
|
||||||
ulClasses="grid grid-cols-4 gap-2 lg:gap-8 mt-8 max-w-6xl"
|
ulClasses="grid grid-cols-2 gap-4 lg:grid-cols-4 lg:gap-8 mt-8 max-w-6xl"
|
||||||
liClasses=""
|
liClasses=""
|
||||||
linkClasses={`
|
linkClasses={`
|
||||||
bg-neutral bg-opacity-80 py-4 px-8 lg:px-12 rounded-lg
|
bg-neutral bg-opacity-80 py-4 px-8 lg:px-12 rounded-lg
|
||||||
border-4 border-secondary
|
|
||||||
hover:bg-secondary hover:text-base-100
|
|
||||||
text-lg lg:text-2xl text-secondary-content
|
text-lg lg:text-2xl text-secondary-content
|
||||||
hover:text-secondary-focus hover:cursor-pointer
|
hover:text-secondary-focus hover:cursor-pointer
|
||||||
flex flex-col items-center capitalize`}
|
flex flex-col items-center capitalize`}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue