On the content of sections, pages, blocks where you can modify the HTML as you want. We’re using Bootstrap Grid & some helper class:
Spacing & alignment classes: value is from 0 5 10 … 70. Eg: margin0, margin5, margin-left10, padding10, padding-top10…
- margin
[value] - margin-top
[value] - margin-bottom
[value] - margin-left
[value] - margin-right
[value] - padding
[value] - padding-top
[value] - padding-bottom
[value] - padding-left
[value] - padding-right
[value] - text-
[align-value]: align-value is left, center, right.
Button classes for a tag
- rounded: Add this class to HTML
atag to make it bordered as a button instead of underline. - btn: Add this class to HTML
atag to make it same as a primary button instead of underline. - btn-2: Add this class to HTML
atag to make it same as a secondary button instead of underline. - line-before: Add this class to HTML
atag to make it have line before when hover.

