Skip to content

Commit

Permalink
fix: update no mobile ui
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiParraCrespo committed Sep 20, 2024
1 parent 438930d commit 2914244
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified packages/site/src/ui/assets/images/nomobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const RIPPLE_CONFIG = {
mainCircleSize: 200,
mainCircleOpacity: 0.24,
numCircles: 6,
top: '46.5%',
top: '48.5%',
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const DesktopOnlyPageRoot = styled(Col)(
width: 100%;
justify-content: center;
.SnapLogoNoMobile {
width: 85vw;
width: 50vw;
}
.RippleCircle {
z-index: -1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ function DesktopOnlyPage({ className, ...rest }: DesktopOnlyPageProps) {
return (
<DesktopOnlyPageRoot className={clsx('DesktopOnlyPage', className)} {...rest}>
<Ripple mobile />
<Col alignItems="center">
<Col gap="1.5rem" alignItems="center">
<Image className="SnapLogoNoMobile" src={nomobile} alt="no-mobile" />
<Col css={{ maxWidth: '70vw', marginTop: '-2rem' }} gap="0.5rem">
<Col css={{ maxWidth: '70vw' }} gap="0.5rem">
<Typography variant="h3" textAlign="center">
{translate('snapOnlyAvailableInDesktop')}
</Typography>
Expand Down

0 comments on commit 2914244

Please sign in to comment.