diff --git a/static/style.css b/static/style.css
index b096a8e..6a599e5 100644
--- a/static/style.css
+++ b/static/style.css
@@ -722,6 +722,10 @@ img.post_media {
align-self: end;
}
+.post_thumbnail img {
+ max-width: 100%;
+}
+
.stickied {
--accent: var(--green);
border: 1px solid var(--green);
diff --git a/templates/search.html b/templates/search.html
index 44f3b35..dcc750b 100644
--- a/templates/search.html
+++ b/templates/search.html
@@ -85,6 +85,9 @@
{% else %}
{% endif %}
{% if post.post_type == "link" %}{{ post.domain }}{% else %}{{ post.post_type }}{% endif %}
diff --git a/templates/subreddit.html b/templates/subreddit.html
index 3ac6161..a392be6 100644
--- a/templates/subreddit.html
+++ b/templates/subreddit.html
@@ -80,6 +80,9 @@
{% else %}
{% endif %}
{% if post.post_type == "link" %}{{ post.domain }}{% else %}{{ post.post_type }}{% endif %}
diff --git a/templates/user.html b/templates/user.html
index faf14ff..78fd03f 100644
--- a/templates/user.html
+++ b/templates/user.html
@@ -70,6 +70,9 @@
{% else %}
{% endif %}
{% if post.post_type == "link" %}{{ post.domain }}{% else %}{{ post.post_type }}{% endif %}