fixed css on product page - this is as far as my sabur goes :)
This commit is contained in:
@@ -33,7 +33,7 @@ var ItemWithDetailsPage = React.createClass({
|
||||
<div>
|
||||
<div className="item_description_tab">Opis proizvoda</div>
|
||||
<div className="item_description_tab_area"> </div>
|
||||
<div>{this.state.item.get('description')}</div>
|
||||
<div className="item_description_text">{this.state.item.get('description')}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -117,6 +117,13 @@ TTTTTT T:::::T TTTTTT A:::::::::A B::::B B:::::B
|
||||
min-width: 50%;
|
||||
max-width: 50%;
|
||||
vertical-align: bottom;
|
||||
padding-top: 100px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.item_description_text {
|
||||
padding-left: 33px;
|
||||
font-size: 15px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user