diff --git a/src/pages/About.jsx b/src/pages/About.jsx
index 34947fa..5ce4a7f 100644
--- a/src/pages/About.jsx
+++ b/src/pages/About.jsx
@@ -18,7 +18,7 @@ export function About() {
return (
<>
-
+
Welcome to NeuraChat
@@ -51,15 +51,15 @@ export function About() {
objectFit="contain"
ratio={1}
variant="plain"
- maxHeight={400}
+ maxHeight={350}
sx={(theme) => ({
- minWidth: 350,
+ minWidth: 450,
alignSelf: 'stretch',
[theme.breakpoints.up(834)]: {
alignSelf: 'initial',
flexGrow: 1,
- '--AspectRatio-maxHeight': '600px',
- '--AspectRatio-minHeight': '600px',
+ '--AspectRatio-maxHeight': '550px',
+ '--AspectRatio-minHeight': '550px',
},
})}
>