flex display changed to suit mac screen #308

Merged
ameye merged 1 commits from change-passage-mac into master 2023-07-14 12:37:26 +00:00
2 changed files with 3 additions and 2 deletions
@@ -40,7 +40,7 @@ export default function ChangePasswordTab() {
};
return (
<div className="changePasswordTab w-full">
<div className="w-full flex xl:flex-row flex-col-reverse space-x-5 xl:items-center">
<div className="w-full flex xxl:flex-row flex-col-reverse space-x-5 xl:items-center">
<div className="flex-1 mb-10">
<div className="input-field mb-6">
<label
+2 -1
View File
@@ -21,7 +21,8 @@ module.exports = {
'alice-blue': '#f0f8ff'
},
screens:{
xxs: '400px'
xxs: '400px',
xxl:'1900px'
}
},
},