Spaces:
Running
Running
Commit
·
1bce8d2
1
Parent(s):
860c411
Update templates/index.html
Browse files- templates/index.html +12 -14
templates/index.html
CHANGED
@@ -88,21 +88,19 @@
|
|
88 |
transition: 0.5s ease-in-out;
|
89 |
}
|
90 |
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
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>
|