Commit
·
01ca5b7
1
Parent(s):
1bce8d2
Update templates/index.html
Browse files- 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 (
|
| 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;
|