1
0

Set right margin to 30rem instead of *vw

Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
James Ketrenos 2022-02-26 15:20:26 -08:00
parent 651eca0725
commit 764a85ea38
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -2,7 +2,7 @@
display: flex;
position: absolute;
left: 0;
right: 40vw;
right: 30rem;
bottom: 0;
top: 0;
justify-content: center;

View File

@ -2,7 +2,7 @@
display: flex;
position: absolute;
left: 0;
right: 40vw;
right: 30rem;
bottom: 0;
top: 0;
justify-content: center;

View File

@ -2,7 +2,7 @@
display: flex;
position: absolute;
left: 0;
right: 40vw;
right: 30rem;
bottom: 0;
top: 0;
justify-content: center;

View File

@ -2,7 +2,7 @@
display: flex;
position: absolute;
left: 0;
right: 40vw;
right: 30rem;
bottom: 0;
top: 0;
justify-content: center;