Set right margin to 30rem instead of *vw
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
651eca0725
commit
764a85ea38
@ -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
|
||||
|
@ -2,7 +2,7 @@
|
||||
display: flex;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 40vw;
|
||||
right: 30rem;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
justify-content: center;
|
||||
|
@ -2,7 +2,7 @@
|
||||
display: flex;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 40vw;
|
||||
right: 30rem;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
justify-content: center;
|
||||
|
@ -2,7 +2,7 @@
|
||||
display: flex;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 40vw;
|
||||
right: 30rem;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
justify-content: center;
|
||||
|
@ -2,7 +2,7 @@
|
||||
display: flex;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 40vw;
|
||||
right: 30rem;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
justify-content: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user