BraydenMoore commited on
Commit
1bce8d2
·
1 Parent(s): 860c411

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +12 -14
templates/index.html CHANGED
@@ -88,21 +88,19 @@
88
  transition: 0.5s ease-in-out;
89
  }
90
 
91
- @media only screen and (max-width: 768px) {
92
- .flex-container {
93
- flex-direction: column;
94
- align-items: center;
95
- }
96
-
97
- .feed {
98
- width: 90vw;
99
- }
100
-
101
- .info {
102
- width: 90vw;
103
  }
104
-
105
- }
106
 
107
  </style>
108
  </head>
 
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;
95
+ }
96
+
97
+ .feed {
98
+ width: 90vw;
99
+ }
100
+ .info {
101
+ width: 90vw;
102
+ }
103
  }
 
 
104
 
105
  </style>
106
  </head>