We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7b948 commit b87f8a6Copy full SHA for b87f8a6
src/components/profile-description/profile-description.js
@@ -14,7 +14,7 @@ const ProfileDescription = ({
14
}) => {
15
return (
16
<div>
17
- <div className="flex items-center justify-between">
+ <div className="flex flex-col-reverse sm:flex-row">
18
<h1>{personName}</h1>
19
{!isActive && (
20
<div className="flex flex-grow flex-wrap gap-2 sm:flex-grow-0 ml-3 scale-75">
0 commit comments