Skip to content

Commit b87f8a6

Browse files
authored
Change layout of profile description component
1 parent 9d7b948 commit b87f8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/profile-description/profile-description.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const ProfileDescription = ({
1414
}) => {
1515
return (
1616
<div>
17-
<div className="flex items-center justify-between">
17+
<div className="flex flex-col-reverse sm:flex-row">
1818
<h1>{personName}</h1>
1919
{!isActive && (
2020
<div className="flex flex-grow flex-wrap gap-2 sm:flex-grow-0 ml-3 scale-75">

0 commit comments

Comments
 (0)