6 lines
145 B
CSS
6 lines
145 B
CSS
|
.product-release{
|
||
|
margin-top: 18px;
|
||
|
background-color: rgb(255, 255, 255);
|
||
|
padding: 21px 19px 21px 26px;
|
||
|
box-sizing: border-box;
|
||
|
}
|