File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export default function FeaturedProject({ project }) {
5959 </ div >
6060
6161 { /* featured project description */ }
62- < div className = { `xl:w-[50vw] w-full xl:bg-primary xl:bg-opacity-50 bg-secondary backdrop-blur-3xl top-0 flex ${ width < 1490 ? "" : "xl:items-center" } md:px-16 px-4 xl:aspect-[864/832] aspect-auto xl:py-0 py-8` } >
62+ < div className = { `xl:w-[50vw] w-full xl:bg-primary xl:bg-opacity-50 xl: backdrop-blur-3xl bg-secondary top-0 flex ${ width < 1490 ? "" : "xl:items-center" } md:px-16 px-4 xl:aspect-[864/832] aspect-auto xl:py-0 py-8` } >
6363
6464 < div className = { `flex-col ${ width < 1490 && width > 1024 ? "pt-[136px]" : "pt-0" } ` } >
6565
@@ -81,7 +81,7 @@ export default function FeaturedProject({ project }) {
8181 < Tags project = { project } />
8282 </ div >
8383
84- < PrimaryButton text = { "View" } className = 'xl:pt-10 pt-6 ' handleClick = { ( ) => router . push ( `/projects/${ project . kat } ` ) } />
84+ < PrimaryButton text = { "View" } className = 'xl:pt-10 pt-10 ' handleClick = { ( ) => router . push ( `/projects/${ project . kat } ` ) } />
8585 </ div >
8686
8787 </ div >
You can’t perform that action at this time.
0 commit comments