Commit
·
ae4bb65
1
Parent(s):
495d491
Update templates/index.html
Browse files- templates/index.html +1 -2
templates/index.html
CHANGED
|
@@ -58,13 +58,11 @@
|
|
| 58 |
}
|
| 59 |
#feed-div {
|
| 60 |
display: flex;
|
| 61 |
-
justify-content: left;
|
| 62 |
align-items: top;
|
| 63 |
width: 90%;
|
| 64 |
height: 90%;
|
| 65 |
position: relative;
|
| 66 |
margin-right: 3%;
|
| 67 |
-
margin-bottom: 3%;
|
| 68 |
}
|
| 69 |
h1 {
|
| 70 |
margin: 0px;
|
|
@@ -228,6 +226,7 @@
|
|
| 228 |
|
| 229 |
const img = new Image();
|
| 230 |
img.onload = function() {
|
|
|
|
| 231 |
old = newUrl;
|
| 232 |
feed.src = this.src;
|
| 233 |
feed.style.width = "100%";
|
|
|
|
| 58 |
}
|
| 59 |
#feed-div {
|
| 60 |
display: flex;
|
|
|
|
| 61 |
align-items: top;
|
| 62 |
width: 90%;
|
| 63 |
height: 90%;
|
| 64 |
position: relative;
|
| 65 |
margin-right: 3%;
|
|
|
|
| 66 |
}
|
| 67 |
h1 {
|
| 68 |
margin: 0px;
|
|
|
|
| 226 |
|
| 227 |
const img = new Image();
|
| 228 |
img.onload = function() {
|
| 229 |
+
errer
|
| 230 |
old = newUrl;
|
| 231 |
feed.src = this.src;
|
| 232 |
feed.style.width = "100%";
|