Skip to main content

Grid

The Grid provides the basis for positioning elements. It helps to create more consistent and harmonious interfaces, making the content easier to read and understand.

Grid structure​

It consists of 3 fundamental structures:

Margins​

Margins are at the ends, left and right of the grid. There are 3 distinct minimum margins:

  • 48px on desktop
  • 32px on tablet
  • 16px on mobile

Gutters​

Gutters are the spacings between the columns. There are 3 gutters with different sizes:

  • 24px on desktop
  • 16px on tablet
  • 8px on mobile

Columns​

The grid can have a maximum of 12 columns in the desktop version, 8 in the tablet version and 4 in the mobile version. The diagramming of information blocks in the content area must always respect the grid.

Columns can vary in size according to the total width of the page where the grid is applied and must occupy a maximum of 1280px in width.

Breakpoints​

Grid breakpoint table
TokenBreakpointColumns QuantitySize GuttersSize MarginsWidth max. contents
--breakpoint-xs480px416px16px448px
--breakpoint-sm768px816px32px704px
--breakpoint-md1024px1224px48px928px
--breakpoint-lg1280px1224px48px1184px
--breakpoint-xl1440px1224pxFluid1280px
--breakpoint-max1920px1224pxFluid1280px

Fixed Grid vs. Fluid Grid​

Most product screens should use the fixed maximum width grid of 1280px.

This grid is adaptable to resolutions above 1024px, always keeping a margin of 48px and using columns of variable size, until reaching the maximum width of 1280px. Above that, the grid remains fixed, with only its margins adjusted.

The fluid grid should be used in specific cases, such as full-screen dashboard, CRM Live, applications on televisions and larger screens.

Navigation is always fluid and expands according to the width of the screen. The grid does not interfere with the layout of the main navigation elements.

Feedback​