diff --git a/frontend/tailwind.css b/frontend/tailwind.css index cf42d0d..411afd7 100644 --- a/frontend/tailwind.css +++ b/frontend/tailwind.css @@ -236,10 +236,16 @@ /* * Align Content * ---------- - * - * + * Utilities for controlling how lines are positioned in multi-line flex containers. + * By default, only responsive variants are generated for align-content utilities. */ - + +.content-start /* align-content: flex-start; */ +.content-center /* align-content: center; */ +.content-end /* align-content: flex-end; */ +.content-between /* align-content: space-between; */ +.content-around /* align-content: space-around; */ + /* * Align Self * ----------