Skip to content

Commit

Permalink
🍁🎳 ↝ Working assets, correct resolutions for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmotronn committed Nov 30, 2023
1 parent d8ccec0 commit 9e626ac
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion components/Content/Planets/IndividualPlanet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default function IndividualPlanet({ id }: { id: string }) {
<img
src={avatar_url}
alt="Planet Image"
className={`w-4/12 h-4/12 sm:w-4/12 sm:h-4/12 object-contain z-20`}
className={`w-2/12 h-2/12 sm:w-4/12 sm:h-4/12 object-contain z-20`}
style={{
zIndex: 20,
}}
Expand Down
Binary file modified public/Galaxy/Kepler-22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Galaxy/Kepler22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Galaxy/Kepler69.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e626ac

Please sign in to comment.