Browse Source

Update choosables to have space-between justification.

Lee Morgan 5 năm trước cách đây
mục cha
commit
b9ea3aaf01
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;