Thanks to visit codestin.com Credit goes to github.com
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 6a0e7f1 commit a9b55f8Copy full SHA for a9b55f8
src/components/settings/ProfileSettings.tsx
@@ -93,8 +93,8 @@ export default function ProfileSettings() {
93
</div>
94
95
<div className="grid grid-cols-4 gap-6">
96
- <div className="col-span-4 grid grid-cols-4">
97
- <div className="flex col-span-3 flex-col gap-6 max-w-lg">
+ <div className="col-span-4 flex flex-col-reverse md:grid md:grid-cols-4">
+ <div className="flex md:col-span-3 flex-col gap-6 max-w-lg">
98
<Input
99
label="Username"
100
type="text"
@@ -136,7 +136,7 @@ export default function ProfileSettings() {
136
errorMessage="This field is required"
137
/>
138
139
- <div className="col-span-1 grid place-items-center">
+ <div className="md:col-span-1 grid place-items-center">
140
{image && <Avatar src={image} className="w-32 h-32" />}
141
142
0 commit comments