We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc401a commit ce0c2b4Copy full SHA for ce0c2b4
src/components/Home.tsx
@@ -87,7 +87,7 @@ const Home = () => {
87
</div>
88
89
90
- <div className="w-100 lg:basis-1/3">
+ <div className="w-100 hidden lg:flex lg:basis-1/3">
91
<div className="rounded-none lg:rounded-lg shadow-2xl hidden lg:block w-100 h-[600px] bg-cover bg-center bg-profile-desktop"></div>
92
93
<div className="fixed top-2 right-2">
0 commit comments