Grid system

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


Usage#

  • Basic rules that help you to set up your pages in Sketch.
  • The amount, width and spacing of the columns change with the breakpoint.
  • The mobile development can independently use its preferred grid system.

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 choosen.
Gutters are the spaces between columns.
They help separate content and have a fixed value of 16px for phone and tablet.
Margins are the space between content and the left and right edges of the screen. They have fixed values (16px or 32px) for phone and tablet.

Grid Setup


Settings in Sketch#

  • There are 4 different artboard sizes.
  • There are artboards for phone and tablet view.

Hint! If you need to create the layout on a different device size please stick to the defined gutters and offset. The viewport and columns will then result accordingly.

Phone#

 Artboardportrait mode landscape mode
Viewport 360px640px
Columns4 columns12 columns
Gutters16px16px
Offset/Margins16px / 16px32px / 32px
Layout settingsPhone portraitPhone landscape

Tablet#

 Artboardportrait mode landscape mode
Viewport 768px1024px
Columns12 columns12 columns
Gutters16px16px
Offset (Margins)32px / 32px32px / 32px
Layout settingsTablet portraitTablet landscape

Change log#

3.0.0 App - 2022-05-03#

Changed#

  • Sketch, Doc: "Grid system" | Changed grid settings

2.1.0 App - 2021-07-22#

Changed#

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