diff --git a/client/src/Board.css b/client/src/Board.css index 7392a19..d4e705f 100644 --- a/client/src/Board.css +++ b/client/src/Board.css @@ -4,7 +4,7 @@ position: relative; flex: 1; align-items: stretch; - margin-right: 40vw; + margin-right: 30rem; } /* Offset 'BorderBox' such that 0,0 is the center diff --git a/client/src/ChooseCard.css b/client/src/ChooseCard.css index 7c5d825..bec95e1 100644 --- a/client/src/ChooseCard.css +++ b/client/src/ChooseCard.css @@ -2,7 +2,7 @@ display: flex; position: absolute; left: 0; - right: 40vw; + right: 30rem; bottom: 0; top: 0; justify-content: center; diff --git a/client/src/Trade.css b/client/src/Trade.css index 3d446a1..2dd5bd7 100644 --- a/client/src/Trade.css +++ b/client/src/Trade.css @@ -2,7 +2,7 @@ display: flex; position: absolute; left: 0; - right: 40vw; + right: 30rem; bottom: 0; top: 0; justify-content: center; diff --git a/client/src/ViewCard.css b/client/src/ViewCard.css index 9230634..00f31e0 100644 --- a/client/src/ViewCard.css +++ b/client/src/ViewCard.css @@ -2,7 +2,7 @@ display: flex; position: absolute; left: 0; - right: 40vw; + right: 30rem; bottom: 0; top: 0; justify-content: center; diff --git a/client/src/Winner.css b/client/src/Winner.css index ffab318..f6643cb 100644 --- a/client/src/Winner.css +++ b/client/src/Winner.css @@ -2,7 +2,7 @@ display: flex; position: absolute; left: 0; - right: 40vw; + right: 30rem; bottom: 0; top: 0; justify-content: center;