From 1dc3dceaeaf9afef0d1f43fc242311327f079e86 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Tue, 8 Mar 2016 09:21:53 -0800 Subject: [PATCH] Add docs page for thumbnail --- docs/pages/thumbnail.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/pages/thumbnail.md diff --git a/docs/pages/thumbnail.md b/docs/pages/thumbnail.md new file mode 100644 index 00000000..48362741 --- /dev/null +++ b/docs/pages/thumbnail.md @@ -0,0 +1,14 @@ +--- +title: Thumbnail +description: Spruce up an image tag with our thumbnail style. +--- + +The thumbnail style adds padding and a box shadow to an image. To use it, just add the class `.thumbnail` to an image element. + +```inky + + + + +
+``` -- 2.47.2