Created by: chrismytton
When a device is exactly 768px wide (e.g. a portrait iPad) it uses 2
sets of conflicting @media rules. This fix simply adds a pixel to
the "portrait tablet to default desktop" rule.
Before the fix is applied, .row has margin-left: -20px applied.
With the fix, devices at 768px have correct alignment.