From 5bb6ec3b05bca77c82834f5d3a4e95cb6a804369 Mon Sep 17 00:00:00 2001 From: Ethan Date: Fri, 31 Oct 2025 14:51:04 -0400 Subject: [PATCH] fix(curriculum): Incorrect margin collapsing example value in curriculum (#63332) --- .../672bccae6e556cd81cef6af2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672bccae6e556cd81cef6af2.md b/curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672bccae6e556cd81cef6af2.md index e3c0422ecc8..13dfc7ebf7a 100644 --- a/curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672bccae6e556cd81cef6af2.md +++ b/curriculum/challenges/english/blocks/lecture-working-with-css-transforms-overflow-and-filters/672bccae6e556cd81cef6af2.md @@ -86,7 +86,7 @@ If an element has no content, padding, or border, its top and bottom margins can ::: -In this example the `empty-block`s top and bottom margins collapse into a single 30 pixels margin, the larger of the two. +In this example, the `empty-block`'s top and bottom margins collapse into a single 20 pixels margin, the larger of the two. Here's another example of preventing collapse using padding: