Update beta button position slightly
This commit is contained in:
parent
1aed6f89d5
commit
71de911922
|
@ -11,8 +11,8 @@
|
||||||
<style>
|
<style>
|
||||||
.beta {
|
.beta {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 40px;
|
bottom: 32px;
|
||||||
right: 40px;
|
right: 32px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
bottom: -205px;
|
bottom: -205px;
|
||||||
right: -105px;
|
right: -105px;
|
||||||
width: 1400px;
|
width: 1400px;
|
||||||
height: 360px;
|
height: 320px;
|
||||||
transform: rotate(-20deg);
|
transform: rotate(-20deg);
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
to top,
|
to top,
|
||||||
|
|
Loading…
Reference in New Issue