mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 14:18:02 -05:00
Fixed the width size of the pse logo on homepage
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user