From 53db7807fc811824cd2cfad6f611324343ae2568 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Fri, 7 Feb 2020 01:10:04 +0100 Subject: [PATCH] Fix typo --- docs/pages/tips-tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/tips-tricks.md b/docs/pages/tips-tricks.md index f0834af4..87808aca 100644 --- a/docs/pages/tips-tricks.md +++ b/docs/pages/tips-tricks.md @@ -36,7 +36,7 @@ The height of your email doesn't matter as much because people scroll. It still #### Structure and alignment: -When it comes to making emails, divs aren’t a thing. Don’t kill the messenger, but it’s true. It's not fun finding out we can't just use a `
` with auto left and right margins for centering, or background colors; It won't work most email clients. `
`'s can still be used for targeting CSS and for grouping semantically related elements, but shouldn’t be used for structural purposes or spacing. +When it comes to making emails, divs aren’t a thing. Don’t kill the messenger, but it’s true. It's not fun finding out we can't just use a `
` with auto left and right margins for centering, or background colors; it won't work with most email clients. `
`'s can still be used for targeting CSS and for grouping semantically related elements, but shouldn’t be used for structural purposes or spacing. Instead, you can use the `` Inky tag to create background colors and target elements inside. [More on Wrapper →](wrapper.html) -- 2.47.2