From 2b3dccf59795f348a1b6475ec84541601269795d Mon Sep 17 00:00:00 2001 From: RafiBomb Date: Fri, 14 Jul 2017 15:05:50 -0700 Subject: [PATCH] updates copy for in canvas --- docs/layout/default.html | 2 +- docs/pages/off-canvas.md | 4 ++-- docs/pages/prototyping-utilities.md | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/layout/default.html b/docs/layout/default.html index b51741eb5..1f3f8aa52 100644 --- a/docs/layout/default.html +++ b/docs/layout/default.html @@ -37,7 +37,7 @@
-
Get advanced Foundation tips and master the new XY Grid in our July 18th webinar Class ›
+
Get advanced Foundation tips and master the new XY Grid in our July 18th webinar class ›
diff --git a/docs/pages/off-canvas.md b/docs/pages/off-canvas.md index b45e93837..c0765ca41 100644 --- a/docs/pages/off-canvas.md +++ b/docs/pages/off-canvas.md @@ -344,9 +344,9 @@ For an example of off-canvas on small screens and Top Bar Menu with Dropdowns, c --- -## In-Canvas +## In-Canvas to Off-Canvas -If you want an element to be off-canvas only for specific sceen sizes and then move in-canvas you can use the new class .in-canvas-for-[BREAKPOINT] for this. Compared to the Reveal on Larger Screens feature it doesn't actually open the off-canvas for specific screen sizes but overrides the off-canvas styles so it behaves as an usual page element. This way you can place an element anywhere on the page and move it into off-canvas for e.g. small screens. +With this feature you can have a standard page element move off-canvas at a particular breakpoint. Use the new class .in-canvas-for-[BREAKPOINT] for this. This differs from the Reveal on Larger Screens feature it doesn't actually open the off-canvas for specific screen sizes but overrides the off-canvas styles so it behaves as a regular page element. This way you can place an element anywhere on the page and move it into off-canvas for e.g. small screens. ```html_example