diff --git a/institut/templates/base.html b/institut/templates/base.html
index b1e704931dde4f9cf3d6cbb6ae6575c5397706da..c25a00ca76b3f80d9d4a6c05950a5b267b102b46 100644
--- a/institut/templates/base.html
+++ b/institut/templates/base.html
@@ -79,9 +79,9 @@
 
         <div class="flex justify-center bg-gray-100">
             <footer class="container text-gray-500 py-8">
-                <a href="/feeds/atom" class="flex gap-2 items-center">
+                <a href="/feeds/atom" class="flex gap-2 items-center max-w-max">
                     <i class="ico--feed"></i>
-                    <div>RSS</div>
+                    <span>RSS</span>
                 </a>
             </footer>
         </div>