From c072f1acbec69c3e24f5ff1b593c51ec827335e8 Mon Sep 17 00:00:00 2001 From: Robert Messerle Date: Wed, 16 Dec 2015 12:45:33 -0800 Subject: [PATCH] docs: homepage columns are now responsive closes #563 --- public/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.jade b/public/index.jade index 517bfc5e38..8025c6b59d 100644 --- a/public/index.jade +++ b/public/index.jade @@ -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.