diff --git a/index.js b/index.js
index 19c0c68..d4d9759 100644
--- a/index.js
+++ b/index.js
@@ -232,7 +232,7 @@ function mastoUpdate() {
newHTML += ``
newHTML += `
` + data.title + `
`
newHTML += post.description
- newHTML += ``
+ newHTML += `
`
}
console.log(data)
diff --git a/static/style.css b/static/style.css
index 8e745e8..5bd1933 100644
--- a/static/style.css
+++ b/static/style.css
@@ -213,11 +213,12 @@ hr {
}
.post {
- background-color: rgb(85, 50, 150);
- border: 2px white solid;
- display: block;
- border-radius: 15px;
+ background-color: rgba(85, 50, 150, 0.3);
+ border: 2px gray solid;
+ display: inline-block;
+ /* border-radius: 15px; */
padding: 10px;
+ margin: 8px;
}
.minipfp {