Grid Layouts

Use grid when you want sections in view. Check below some examples of side by side cards.

Example of side by side (50: 50) layout

Add grid-equal class on wrapper div which is wrapping 2 divs

Grid Item-1

Grid Item-2

Example of side by side (70:30) layout

Add grid-30-70-layout class on wrapper div which is wrapping 2 divs

Grid Item-1

Grid Item-2

Example of side by side (30:70) layout

Add grid-70-30-layout class on wrapper div which is wrapping 2 divs

Grid Item-1

Grid Item-2

Example of 3-column grid layout

Add grid-3-column class on wrapper div which is wrapping 3 divs

Grid Item-1

Grid Item-2

Grid Item-3