mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-10-09 06:00:19 +00:00
🚀 add character
This commit is contained in:
parent
5d1c965261
commit
c87914a0da
2 changed files with 5 additions and 1 deletions
src/components
|
@ -28,6 +28,11 @@ import Character from "./Character";
|
|||
const StyledGame = styled.div`
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
transform: translate(
|
||||
calc(50% - (16vw / 2.34) / 2),
|
||||
calc(50% - (16vw / 2.34) / 2)
|
||||
);
|
||||
`;
|
||||
|
||||
interface BackgroundProps {
|
||||
|
|
|
@ -136,7 +136,6 @@
|
|||
width: 100%;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 15px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue