From 86c600d5bc254fd24b8647d81322d05c0352daf8 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Fri, 26 Feb 2016 13:54:48 -0800 Subject: [PATCH] In table docs, clarify that the .stack class only applies on mobile --- docs/pages/table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/table.md b/docs/pages/table.md index da94ba5c3..c8e71bb46 100644 --- a/docs/pages/table.md +++ b/docs/pages/table.md @@ -87,7 +87,7 @@ Need to spiff up the table just a tad? Just add the class `.hover` lightly darke ## Stacked Table -Sometimes you just need to stack a table. Just add the class `.stack` to your table. +To stack a table on small screens, add the class `.stack`. ```html -- 2.47.2