We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff951a commit 45db177Copy full SHA for 45db177
1 file changed
components/featured-project.js
@@ -59,7 +59,7 @@ export default function FeaturedProject({ project }) {
59
</div>
60
61
{/* featured project description */}
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`}>
+ <div className={`xl:w-[50vw] w-full xl:bg-primary xl:bg-opacity-50 xl:backdrop-blur-xl 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`}>
63
64
<div className={`flex-col ${width < 1490 && width > 1024 ? "pt-[136px]" : "pt-0"}`}>
65
0 commit comments