From ffadcd8000ac547f8ff1419cb7a06d248a01557c Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 7 Aug 2025 14:24:26 -0300 Subject: [PATCH] Fix minor typos on cluster.css comments --- src/assets/css/global/compositions/cluster.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/css/global/compositions/cluster.css b/src/assets/css/global/compositions/cluster.css index 59ae0bc..c798a81 100644 --- a/src/assets/css/global/compositions/cluster.css +++ b/src/assets/css/global/compositions/cluster.css @@ -1,7 +1,7 @@ /* CLUSTER More info: https://every-layout.dev/layouts/cluster/ -A layout that lets you distribute items with consitent +A layout that lets you distribute items with consistent spacing, regardless of their size CUSTOM PROPERTIES AND CONFIGURATION @@ -9,7 +9,7 @@ CUSTOM PROPERTIES AND CONFIGURATION between each item. --cluster-horizontal-alignment (flex-start) How items should align -horizontally. Can be any acceptable flexbox aligmnent value. +horizontally. Can be any acceptable flexbox alignment value. --cluster-vertical-alignment How items should align vertically. Can be any acceptable flexbox alignment value.