How to change font size in product description

@chenle – see, with a link to the page it gets MUUUUUUCH easier …

Here’s the CSS-code you’d like to start with – you can modify the size to your liking:

.product-single .detail-bottom .tab-hozizoltal .tab-content .tab-pane .rte.description.description {
  font-size: 1.3rem;
  line-height: 130%;
}

Before:

After:

Hope this helps now …
Mario