From f28047f40049dd486c1568aed725ccbcd57e8917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Sat, 12 Aug 2023 17:59:48 +0200 Subject: [PATCH] fix RSS link width --- institut/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/institut/templates/base.html b/institut/templates/base.html index b1e7049..c25a00c 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> -- GitLab