From 9c93d49d4e52c709dd4e1fa10163c6f8303728d6 Mon Sep 17 00:00:00 2001 From: Andres Date: Mon, 24 Nov 2025 13:33:13 -0500 Subject: [PATCH] =?UTF-8?q?position=20absolute=20habilit=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/css/style.css b/www/css/style.css index a1692d9..862ca37 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -428,4 +428,8 @@ blockquote a { .perso .content { position: relative; z-index: 10; +} + +.habilites { + position: absolute; } \ No newline at end of file