Make the shipping fields vertically aligned with the billing fields in Twenty Nineteen.

This commit is contained in:
Peter Fabian 2019-10-15 10:51:35 +02:00
parent 93277da7b1
commit 83ad2c4993
1 changed files with 6 additions and 0 deletions

View File

@ -588,6 +588,12 @@
}
}
.woocommerce-shipping-fields {
h3 {
margin: 1.42em 0;
}
}
.clear {
clear: both;
}