diff --git a/README.md b/README.md
index aa69018..50fd46e 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,17 @@
flask app for plurals to publicly share member lists
+# todo (minor)
+
+- add delete button to blog posts on main feed
+- show blog posts in edit member section with a delete button
+
+# todo (major)
+
+- add blinkies and stamps sections to member pages
+- (require above) add blinkies and stamps upload sections to edit member page
+- (require above) add blinkies and stamps link/db cleanup to manage site assets
+
# dev set up (windows)
- after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate`
diff --git a/myriad/static/style.css b/myriad/static/style.css
index db42a55..6678bc9 100644
--- a/myriad/static/style.css
+++ b/myriad/static/style.css
@@ -176,6 +176,10 @@ form textarea{
border-style:solid;
margin:20px;
}
+.post .icon{
+ width:60px;
+ height:60px;
+}
.imgbullet{
margin-right:10px;
diff --git a/myriad/templates/blog/blog.html b/myriad/templates/blog/blog.html
index 784d758..ec1d5ad 100644
--- a/myriad/templates/blog/blog.html
+++ b/myriad/templates/blog/blog.html
@@ -14,10 +14,10 @@
{% else %}
{% endif %}
-