Skip to content

Commit 7f7dd40

Browse files
authored
fix: profile card should have more width #112 (#113)
* chore: added .env file to .gitignore * fix: profile card should have more width #112
1 parent d71c03f commit 7f7dd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/profile/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function Profile() {
8282
</div>
8383
</div>
8484
<div>
85-
<div className="card w-96 mx-auto my-10 bg-base-100 shadow-xl h-100 ">
85+
<div className="card md:w-[35rem] mx-auto my-10 bg-base-100 shadow-xl h-100">
8686
<div id="profile-card" className="relative bg-base-100 rounded-2xl ">
8787
<div className="absolute h-[100px] bg-base-200 w-full rounded-t-2xl" />
8888
<figure className="px-10 pt-10">

0 commit comments

Comments
 (0)