From 13c4a76b9bd92d2ecfb9fbc6b1b62cda835bdb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:12:30 +0100 Subject: [PATCH] Update style.css --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index bd8d337..539af4e 100644 --- a/style.css +++ b/style.css @@ -528,8 +528,9 @@ body { line-height: 1; } .previous-results { + position: relative; max-width: 350px; - top: 100px; + top: -300px; margin: 24px 12px; } .previous-list { @@ -582,4 +583,4 @@ body { 100% { transform: rotateX(0deg); } -} \ No newline at end of file +}