docs: homepage columns are now responsive

closes #563
This commit is contained in:
Robert Messerle 2015-12-16 12:45:33 -08:00 committed by Ward Bell
parent 9e89701c30
commit c072f1acbe
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
include _includes/_util-fns
div(layout='row' style='margin: 0 -24px')
div(layout-gt-sm='row' style='margin: 0 -24px')
div(flex=33 style='padding:0 24px')
h3.text-headline Fast
p.text-body Angular computes updates based on changes to data, not DOM, for fast updates that scale to the largest data sets with minimal memory overhead.