From 3bf4d859d83cd04cc2a29f1d06746a1cf9b109a9 Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Sat, 18 Nov 2023 19:44:07 +0000 Subject: [PATCH] refactor: Update post about tailwindcss masonry --- content/posts/tailwindcss-masonry/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/posts/tailwindcss-masonry/index.md b/content/posts/tailwindcss-masonry/index.md index 84d654d..f6cd5c1 100644 --- a/content/posts/tailwindcss-masonry/index.md +++ b/content/posts/tailwindcss-masonry/index.md @@ -7,6 +7,8 @@ tags: - "tailwindcss" --- +This code snippet demonstrates a simple yet effective way to create a masonry layout using TailwindCSS. Utilizing the columns-3 class, it organizes content into three neat columns, ideal for various types of content. The gap-3 class adds horizontal spacing between these columns, while mb-3 on each block ensures vertical spacing, maintaining a clean and organized look. + ```html