From 4332b5cdce6c7a6828c1ad9e12a3fd480cc19e5d Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Sat, 7 Dec 2024 08:32:04 +0100 Subject: [PATCH] fix --- app/views/showcase/websites/_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/showcase/websites/_list.html.erb b/app/views/showcase/websites/_list.html.erb index ca0474a34..2f53fd5ed 100644 --- a/app/views/showcase/websites/_list.html.erb +++ b/app/views/showcase/websites/_list.html.erb @@ -19,7 +19,7 @@ current_year = nil </div> <% end %> <div class="col-md-6 col-xl-4"> - <article class="d-relative"> + <article class="position-relative"> <% if website.screenshot.attached? %> <%= kamifusen_tag website.screenshot, class: 'img-fluid rounded mb-3' %> -- GitLab