From a955a96170dce5093baa4815cec7a1f0f898c9a2 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Sat, 13 Jan 2024 19:03:05 +0200 Subject: fix: fixed image position --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 426d5c0..e7b4860 100644 --- a/style.css +++ b/style.css @@ -100,6 +100,8 @@ a.text-link::after{ .content{ position: relative; + top: 0; + left: 0; width: auto; height: auto; margin: 5%; -- cgit v1.2.3