Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 819 Bytes

File metadata and controls

48 lines (28 loc) · 819 Bytes

Padding

  • .padding
  • .padding-large
  • .padding-small

Can also be specific to a side. for example for .padding-small

  • .padding-small-left
  • .padding-small-bottom
  • .padding-small-right
  • .padding-small-top
  • .padding-small-x
  • .padding-small-y

Reset Padding

  • .no-padding

    No padding on all sides

  • .no-padding-x

    No padding on left and right sides

  • .no-padding-y

    No padding on top and bottom sides

  • .no-padding-top

    No padding on the top

  • .no-padding-bottom

    No padding on the bottom

  • .no-padding-left

    No padding on the left

  • .no-padding-right

    No padding on the right

More info on the css property

Back to TOC