Skip to content

Latest commit

 

History

History
executable file
·
92 lines (77 loc) · 2.77 KB

brand-architecture.responsive-grid.md

File metadata and controls

executable file
·
92 lines (77 loc) · 2.77 KB
layout title prevPage nextPage permalink category subcategory order
default
Responsive grid
/brand_architecture/footer/
/brand_architecture/partners_page_template/
/brand_architecture/responsive_grid/
brand_architecture
structure
2.5

Responsive grid

WRI project websites use a 12 column grid (six on smallest devices). This grid makes it easy to create elements with different widths and place them in the design in a structured and organized way.

These are some examples of possible configurations for contents of the 12 column grid

![image description]({{ site.baseurl }}/images/image14.png)

Desktop displays

![image description]({{ site.baseurl }}/images/image15.png)

Mobile devices

Each column is composed by a variable width that changes with the display size and a 20-pixel gutter. There are three cases for a screen up to 1200 pixel-width, the maximum allowed. If the screen is wider than that, the content stays centered. If the screen is smaller than 720 pixels, the content adapts to a mobile device layout with an elastic columns grid.

![image description]({{ site.baseurl }}/images/image16.png)

  • Screen width
    Column width
  • > 1260 px
    70 px (1080 px)
  • 1260 - 960 px
    60 px (960 px)
  • 960 - 720 px
    40 px (720 px)
  • <720
    1/12

Responsive design example

Desktop
![image description]({{ site.baseurl }}/images/image18.jpg) Tablet ![image description]({{ site.baseurl }}/images/image19.jpg) Mobile ![image description]({{ site.baseurl }}/images/image20.jpg) ![image description]({{ site.baseurl }}/images/image21.jpg)