Spaces:
Running
Running
Commit
·
0da4ce6
1
Parent(s):
4faf437
Update templates/index.html
Browse files- templates/index.html +6 -2
templates/index.html
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
margin-left: 2%;
|
48 |
justify-content: left;
|
49 |
align-items: left;
|
50 |
-
max-width:
|
51 |
}
|
52 |
|
53 |
.feed {
|
@@ -91,13 +91,17 @@
|
|
91 |
}
|
92 |
|
93 |
@media only screen and (orientation: portrait) {
|
|
|
|
|
|
|
|
|
94 |
.flex-container {
|
95 |
flex-direction: column;
|
96 |
align-items: left;
|
97 |
}
|
98 |
|
99 |
.feed {
|
100 |
-
width:
|
101 |
max-height: 50vh;
|
102 |
margin-right: 0;
|
103 |
}
|
|
|
47 |
margin-left: 2%;
|
48 |
justify-content: left;
|
49 |
align-items: left;
|
50 |
+
max-width: 90vw;
|
51 |
}
|
52 |
|
53 |
.feed {
|
|
|
91 |
}
|
92 |
|
93 |
@media only screen and (orientation: portrait) {
|
94 |
+
.h1 {
|
95 |
+
margin-bottom: 2%;
|
96 |
+
}
|
97 |
+
|
98 |
.flex-container {
|
99 |
flex-direction: column;
|
100 |
align-items: left;
|
101 |
}
|
102 |
|
103 |
.feed {
|
104 |
+
width: 90vw;
|
105 |
max-height: 50vh;
|
106 |
margin-right: 0;
|
107 |
}
|