Skip to content

Commit 48a572f

Browse files
committed
style(ProfileInfo): adjust margin and spacing in responsive layout
1 parent 393d29f commit 48a572f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/About/components/ProfileInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function ProfileInfo() {
105105
<RightDesc className="hidden md:flex" />
106106
</div>
107107
<div className="hidden sm:block md:hidden -translate-y-8">
108-
<div className="mb-8 sm:-mt-16">
108+
<div className="sm:-mt-16">
109109
<RightDesc className="flex h-[auto] justify-around sm:justify-between sm:px-8 mb-8" />
110110
<LeftDesc className="flex h-[auto] justify-around" />
111111
</div>

0 commit comments

Comments
 (0)