Browse Source

#24: day info aligned at top on larger screens

Davide Alberani 7 years ago
parent
commit
1f90a29e72
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/App.vue

+ 6 - 0
src/App.vue

@@ -202,6 +202,12 @@ export default {
     min-width: 320px;
 }
 
+@media screen and (min-width: 945px) {
+    #datepicker-column {
+        flex-direction: column;
+    }
+}
+
 #datepicker {
     padding: 10px;
 }