mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-11-14 22:28:06 +00:00
💄 add desktop view to gameboy
This commit is contained in:
parent
2186bd7b94
commit
8e8cf465ae
1 changed files with 5 additions and 1 deletions
|
|
@ -10,12 +10,16 @@ const StyledApp = styled.div`
|
|||
align-items: center;
|
||||
padding: 5px;
|
||||
padding-bottom: 28px;
|
||||
|
||||
@media (min-width: 768px) {
|
||||
padding: 5px;
|
||||
}
|
||||
`;
|
||||
|
||||
const App = () => {
|
||||
return (
|
||||
<StyledApp>
|
||||
<Gameboy />
|
||||
<Gameboy>meow</Gameboy>
|
||||
</StyledApp>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue