From c7ce9d198f44d0275a737a3b0030785fe7f4ca34 Mon Sep 17 00:00:00 2001 From: Starosti <46249941+Starosti@users.noreply.github.com> Date: Tue, 14 Dec 2021 18:52:09 +0300 Subject: [PATCH] fixing typo --- margin-and-padding/margin-and-padding-2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/margin-and-padding/margin-and-padding-2/README.md b/margin-and-padding/margin-and-padding-2/README.md index 34eaaaa..244decc 100644 --- a/margin-and-padding/margin-and-padding-2/README.md +++ b/margin-and-padding/margin-and-padding-2/README.md @@ -13,6 +13,6 @@ Use this section to check your work. On _these_ projects, your goal isn't to att - The title of the card uses a 16px font. - There are 8px between the title text and the edge of the title section. - The content section has 16px space on the top and bottom, and 8px on either side. -- Everything inside the `.button` section is centered, and there is 8px padding. +- Everything inside the `.button-container` section is centered, and there is 8px padding. - The Big Button is centered on its own line. -- The Big Button has 24px space on the sides, and 8px on top and bottom. \ No newline at end of file +- The Big Button has 24px space on the sides, and 8px on top and bottom.