pluto3/assets/less/plugins-extend/wp-review.less
2017-09-19 16:23:41 +08:00

15 lines
250 B
Plaintext

.review-wrapper {
margin-top: 1.5em;
float: none!important;
&:after{
content: '';
display: block;
clear: both;
}
.review-title {
font-size: 24px;
line-height: 28px;
padding-top: 20px;
padding-bottom: 20px;
}
}