Skip to content

Commit

Permalink
fixed desktop styling breaking (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee348 authored Dec 3, 2024
1 parent e464820 commit f24911d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/GithubCorner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const GitHubCorner: React.FC = () => {
top: 0;
border: 0;
right: 0;
z-index: 100;
}
.github-corner:hover .octo-arm {
Expand Down
1 change: 1 addition & 0 deletions src/routes/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default function Landing() {

return (
<Box
height={isMobile ? undefined : 'vh'}
justifyContent={isMobile ? 'center' : 'flex-start'}
style={isMobile ? { paddingTop: '40px' } : desktopBg}
padding={isMobile ? '4' : '20'}
Expand Down

0 comments on commit f24911d

Please sign in to comment.