mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix preview overlapping
This commit is contained in:
parent
c45a54aa68
commit
c54c42a46d
1 changed files with 1 additions and 7 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
@media (min-width: 1200px) {
|
||||
float: right;
|
||||
margin-top: -400px;
|
||||
margin-top: -300px;
|
||||
}
|
||||
|
||||
@media (min-width: 1400px) {
|
||||
|
@ -29,12 +29,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.ppcp-message-preview {
|
||||
@media (min-width: 1200px) {
|
||||
margin-top: -300px;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-button-preview.pay-later {
|
||||
@media (min-width: 1200px) {
|
||||
margin-top: -250px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue