Commit
·
4ff9033
1
Parent(s):
4340f17
Update templates/index.html
Browse files- templates/index.html +5 -1
templates/index.html
CHANGED
|
@@ -55,7 +55,11 @@
|
|
| 55 |
}
|
| 56 |
|
| 57 |
.feed-wrapper {
|
| 58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
position: relative;
|
| 60 |
}
|
| 61 |
|
|
|
|
| 55 |
}
|
| 56 |
|
| 57 |
.feed-wrapper {
|
| 58 |
+
padding: 1%;
|
| 59 |
+
border-style: solid;
|
| 60 |
+
border-width: 1px;
|
| 61 |
+
border-color: yellow;
|
| 62 |
+
margin-right: 3%;
|
| 63 |
position: relative;
|
| 64 |
}
|
| 65 |
|