🚀 add character

This commit is contained in:
Chase Manning 2023-09-05 13:06:14 +03:00
commit c87914a0da
2 changed files with 5 additions and 1 deletions
src/components

View file

@ -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 {

View file

@ -136,7 +136,6 @@
width: 100%;
border-radius: 3px;
margin-bottom: 15px;
position: relative;
overflow: hidden;
@media (min-width: 768px) {