Make the product rating a bit less prominent, let the price have some more space.

This commit is contained in:
Peter Fabian 2019-11-22 15:51:42 +01:00
parent 9c74bf79ea
commit 572ac52cb3
1 changed files with 2 additions and 1 deletions

View File

@ -398,8 +398,9 @@ dl.variation,
} }
.woocommerce-product-rating { .woocommerce-product-rating {
margin-bottom: 2rem; margin: 1rem 0 4rem;
line-height: 1; line-height: 1;
font-size: 1.4rem;
.star-rating { .star-rating {
float: left; float: left;