From 9b2413614f5275ee0ba8cfbd2e62371239894654 Mon Sep 17 00:00:00 2001 From: Josh Bader Date: Wed, 28 Feb 2018 09:40:07 -0500 Subject: [PATCH] Minor updates and adjustments. --- snippets/box-sizing-reset.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/snippets/box-sizing-reset.md b/snippets/box-sizing-reset.md index 09d77a9b5..e5fcbabb4 100644 --- a/snippets/box-sizing-reset.md +++ b/snippets/box-sizing-reset.md @@ -1,4 +1,4 @@ -### Clearfix +### Box-sizing Reset Resets the box-model so that `width`s and `height`s are not affected by their `border`s and/or `padding`. @@ -18,10 +18,12 @@ Resets the box-model so that `width`s and `height`s are not affected by their `b #### Demo -
Demo
+
+
Demo
+