Parcourir la source

Update choosables to have space-between justification.

Lee Morgan il y a 5 ans
Parent
commit
b9ea3aaf01
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      views/dashboardPage/css/dashboard.css

+ 1 - 1
views/dashboardPage/css/dashboard.css

@@ -167,7 +167,7 @@ Multi-strand use classes
 
 .choosable{
     display: flex;
-    justify-content: space-around;
+    justify-content: space-between;
     align-items: center;
     background: rgb(0, 27, 45);
     color: white;