Fixed the width size of the pse logo on homepage

This commit is contained in:
samueloh99
2023-06-28 17:05:18 -03:00
parent 5f55e60054
commit 39b5632761

View File

@@ -33,7 +33,7 @@ export default function IndexPage() {
/>
</NextLink>
</div>
<div className="m-auto flex h-[364px] w-full max-w-[280px] items-center justify-center md:h-full md:w-full">
<div className="m-auto flex h-[364px] w-full max-w-[280px] items-center justify-center md:h-full md:w-full lg:max-w-full">
<NextImage
src={PSELogo}
alt="pselogo"