From 189d90ffb48029d4e5dcf3edfa8d3d956a4e7cc6 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Thu, 18 Jan 2024 20:20:18 -0600 Subject: [PATCH] group flex helper --- src/stylelite.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stylelite.css b/src/stylelite.css index 3315f81..b0eb098 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -390,6 +390,7 @@ nav ul li a:hover {opacity: .75;} /* Utilities */ +.group {display: flex} .right {float:right} .left {float:left} .center {text-align: center;}