소스 검색

Update choosables to have space-between justification.

Lee Morgan 5 년 전
부모
커밋
b9ea3aaf01
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;