Section
Adjust the placement of section elements.
Overview
Resource location: | @import url("https://jorsek.github.io/pdfgen.github.io/styles1.1/modules/dita/section.css"); |
Common Customizations
You can apply customizations by pasting the following code snippets under the @import
rules.
- Increase margins before sections
-
/* Increase margins before sections. */ .section { margin: 50px 0px 0px 0px !important; /* The important property is needed for sites and is not needed for PDF Gen. */ }