Spaces:
Running
Running
Commit
·
eef8fa3
1
Parent(s):
0520341
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -97,12 +97,12 @@
|
|
97 |
}
|
98 |
|
99 |
.feed {
|
100 |
-
width:
|
101 |
height: 30vh;
|
102 |
margin-right: 0;
|
103 |
}
|
104 |
.info {
|
105 |
-
width:
|
106 |
height: 65vh;
|
107 |
}
|
108 |
}
|
|
|
97 |
}
|
98 |
|
99 |
.feed {
|
100 |
+
width: 80vw;
|
101 |
height: 30vh;
|
102 |
margin-right: 0;
|
103 |
}
|
104 |
.info {
|
105 |
+
width: 80vw;
|
106 |
height: 65vh;
|
107 |
}
|
108 |
}
|