Grid system

A grid system can be used to align and size objects within a given format.


Usage#

  • Basic rules that help you set up your pages in sketch.
  • The responsive behavior of our grid has four breakpoints.
  • The amount, width and spacing of the columns change with each breakpoint.
  • Exception! The global header and footer live outside the bounds of the grid.

1. Columns2. Gutters3. Margins
Content is placed in the areas of the screen that contain columns.
The number of displayed columns is determined by the breakpoint that is chosen.
Gutters are the spaces between columns.
They help separate content.
Margins are the space between content and the left and right edges of the screen.

Grid Setup


Settings in Sketch#

TypeLGMDSMXS
 Artboard Desktop HD Nexus 7 (landscape) Nexus 7 (portrait)iPhone SE
Viewport 1280px960px600px320px
Columns12 columns12 columns4 columns2 columns
Gutters16px16px16px16px
Offset (Margins)88px / 88px8px / 8px8px / 8px8px / 8px
Layout settingsLG LayoutMD LayoutSM LayoutXS Layout

Change log#

Changed#

  • Doc: "Grid system" | Clean up the documentation for the right structure and sentence case