BraydenMoore commited on
Commit
bee2f76
1 Parent(s): a5c1cf2

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +7 -0
templates/index.html CHANGED
@@ -70,6 +70,13 @@
70
  transition: 0.5s ease-in-out;
71
  }
72
 
 
 
 
 
 
 
 
73
  </style>
74
  </head>
75
 
 
70
  transition: 0.5s ease-in-out;
71
  }
72
 
73
+ @media only screen and (max-width: 768px) {
74
+ .flex-container {
75
+ flex-direction: column;
76
+ align-items: center;
77
+ }
78
+ }
79
+
80
  </style>
81
  </head>
82