Specific Setting - Panel Classes

You can set different classes for every panel which will change the styling for certain elements inside of it

File: index.html
<!-- increases the font-size of the element "p" -->
<section class="big-p">
  ...
</section>

<!-- sets the default distance above and underneath the panel -->
<section class="default-panel-padding">
  ...
</section>

<!-- increases the distance of the element "hr" -->
<section class="hr-margin-two">
  ...
</section>