diff --git a/webinterface.py b/webinterface.py
index 0e43269d..7218441b 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -769,7 +769,7 @@ def htmlHashtagSearch(nickname: str, domain: str, port: int,
     # RSS link for hashtag feed
     hashtagSearchForm += '<center><a href="/tags/rss2/' + hashtag + '">'
     hashtagSearchForm += \
-        '<img style="width:2%" loading="lazy" alt="RSS 2.0" ' + \
+        '<img style="width:3%" loading="lazy" alt="RSS 2.0" ' + \
         'title="RSS 2.0" src="/' + \
         iconsDir + '/rss.png" /></a></center>'