Commit 7fe9ae14 authored by mxm-web-develop's avatar mxm-web-develop

321

parent 29c89369
...@@ -49,7 +49,6 @@ const Description = () => { ...@@ -49,7 +49,6 @@ const Description = () => {
</div> </div>
); );
}; };
export default function About(props: any) { export default function About(props: any) {
const demo = { const demo = {
animation: "move", animation: "move",
...@@ -103,7 +102,7 @@ export default function About(props: any) { ...@@ -103,7 +102,7 @@ export default function About(props: any) {
<div className='left w-[35vw] min-w-[480px]'> <div className='left w-[35vw] min-w-[480px]'>
<img src={AboutImg} /> <img src={AboutImg} />
</div> </div>
<div className="right labtop:self-end "> <div className="right ">
<Description></Description> <Description></Description>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment