This commit is contained in:
parent
fa84b6f18b
commit
66788a76ca
|
|
@ -115,7 +115,7 @@ p {
|
||||||
.header {
|
.header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 248px;
|
height: 248px;
|
||||||
background: url('./images/pay/header-bg.png') no-repeat;
|
background: url('/images/pay/header-bg.png') no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -551,7 +551,7 @@ p {
|
||||||
height: 100svh;
|
height: 100svh;
|
||||||
.header {
|
.header {
|
||||||
height: 248px;
|
height: 248px;
|
||||||
background: url('./images/app-twins/bg.png') no-repeat;
|
background: url('/images/app-twins/bg.png') no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
padding: 30px 16px;
|
padding: 30px 16px;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue