From 764a85ea38d4910381467d708e9d27533fb5cfc4 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Sat, 26 Feb 2022 15:20:26 -0800 Subject: [PATCH] Set right margin to 30rem instead of *vw Signed-off-by: James Ketrenos --- client/src/Board.css | 2 +- client/src/ChooseCard.css | 2 +- client/src/Trade.css | 2 +- client/src/ViewCard.css | 2 +- client/src/Winner.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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;