Commit
·
860c411
1
Parent(s):
ae93cd8
Update templates/index.html
Browse files- templates/index.html +9 -0
templates/index.html
CHANGED
|
@@ -93,6 +93,15 @@
|
|
| 93 |
flex-direction: column;
|
| 94 |
align-items: center;
|
| 95 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
}
|
| 97 |
|
| 98 |
</style>
|
|
|
|
| 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>
|