CoderDojo / community-platform

Zen, the CoderDojo Community Platform!
https://zen.coderdojo.com
MIT License
121 stars 55 forks source link

Align all heights/widths/paddings/margins/etc. by using LESS variables #1166

Open DanielBrierton opened 7 years ago

DanielBrierton commented 7 years ago

As it is now, the same paddings/margins/etc. are being used across the site, but are defined each time. Ideally, these should be LESS variables we reference, so we can change our overall grid at will with ease.

It also just ensures consistency among our own code right now.