group flex helper

This commit is contained in:
Geoff Doty 2024-01-18 20:20:18 -06:00
parent 30b8227c50
commit 189d90ffb4
1 changed files with 1 additions and 0 deletions

View File

@ -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;}