mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Fix the preview styling
This commit is contained in:
parent
ac420a6d7e
commit
4e905ae6e1
1 changed files with 5 additions and 2 deletions
|
@ -10,10 +10,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
position: absolute;
|
float: right;
|
||||||
left: 800px;
|
|
||||||
margin-top: -400px;
|
margin-top: -400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1400px) {
|
||||||
|
margin-right: 13%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ppcp-message-preview {
|
.ppcp-message-preview {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue