소스 검색

Update style for date selectors

Lee Morgan 6 년 전
부모
커밋
76d0c14f49
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      views/dataPage/data.css

+ 5 - 1
views/dataPage/data.css

@@ -15,9 +15,13 @@
 
 .dates{
     display: flex;
-    justify-content: space-around;
+    justify-content: center;
 }
 
+    .dates > *{
+        margin: 10px;
+    }
+
 /* Home Strand */
 #homeStrand{
     flex-direction: column;