Ver código fonte

Update style for date selectors

Lee Morgan 6 anos atrás
pai
commit
76d0c14f49
1 arquivos alterados com 5 adições e 1 exclusões
  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;