From 184592b01dea6c06e259c9e3ae47038df8b505a3 Mon Sep 17 00:00:00 2001 From: chingchinglcc <30460357+chingchinglcc@users.noreply.github.com> Date: Tue, 1 Oct 2019 15:58:52 -0600 Subject: [PATCH] Update remove-inline-block-container-white-space.md --- snippets/remove-inline-block-container-white-space.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/snippets/remove-inline-block-container-white-space.md b/snippets/remove-inline-block-container-white-space.md index c1146c016..32e2cc1ad 100644 --- a/snippets/remove-inline-block-container-white-space.md +++ b/snippets/remove-inline-block-container-white-space.md @@ -40,8 +40,6 @@ Creates a bouncing loader animation. #### Explanation -Note: `1rem` is usually `16px`. - 1. `tiles` is the container of the tile component 2. `tile` is the item that we need to display inline 3. `width: calc((900px / 3) - 10px)` divides the width of the tile evenly