BraydenMoore commited on
Commit
01ca5b7
·
1 Parent(s): 1bce8d2

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -88,7 +88,7 @@
88
  transition: 0.5s ease-in-out;
89
  }
90
 
91
- @media only screen and (aspect-ratio: 1/1), only screen and (aspect-ratio: 3/4), only screen and (aspect-ratio: 4/3) {
92
  .flex-container {
93
  flex-direction: column;
94
  align-items: center;
 
88
  transition: 0.5s ease-in-out;
89
  }
90
 
91
+ @media only screen and (orientation: portrait) {
92
  .flex-container {
93
  flex-direction: column;
94
  align-items: center;