Skip to content

Commit

Permalink
Bring back the big mascot on large screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddriley committed Sep 29, 2023
1 parent ae5c757 commit 4db4057
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/src/components/Mascot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ export function Mascot() {
"opacity-100",
"wide-phone:top-[145px]",
"tablet:top-[30px]",
"desktop:left-auto",
"desktop:max-w-[1245px]",
"desktop:h-[2616px]",
"desktop:left-[-250px]",
"xl:absolute",
"xl:left-[-250px]",
])}
/>
);
Expand Down
1 change: 1 addition & 0 deletions docs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = {
"wide-phone": "600px",
tablet: "800px",
desktop: "1159px",
xl: "1300px",
},
},
};

0 comments on commit 4db4057

Please sign in to comment.