From 7e21f1af5cde36d39464402450eee683201e78f9 Mon Sep 17 00:00:00 2001 From: Cory Gibbons Date: Sat, 25 Apr 2020 23:13:01 -0400 Subject: [PATCH] Update default margin in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22add00..d5d268b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Setting this to false will prioritise equalising the height of each column over #### **margin** -*Default: `0`* +*Default: `2`* Adjust the margin between columns with a pixel value. Don’t forget you can still apply padding to the elements with standard CSS. Added in v2.1 you can now have an object for margin. This is optional you can set the margin property to just a number and macy will use it for both. But if you would like to add a different xMargin or yMargin then you can do so like this