Grid - GiacomoLaw/quickly GitHub Wiki

Quickly features a fully fledged grid system.

To use, wrap the columns in the row div. Then, you can col to create as many columns as you want. These are responsive.

Quickly also supports the ability to have columns of different sizes: https://github.com/GiacomoLaw/quickly/blob/acbd782ae958e6414dce33f67930a95bccb4bb39/dist/main.css#L51-L99

For example, on the demo page the first column is col-9, and then the next column is just col to fill it out.

Quickly aims to use a simple grid system, to save time and be less of a hassle. The grid system is fully responsive, so it looks great on all devices.