From c350d5829061c5ed02aa0ccd9dfdbc8da4d95c9b Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Fri, 26 Jan 2024 11:32:25 +0100 Subject: [PATCH] Move result sheets button to the left --- view-webapp/src/main/sass/tour.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view-webapp/src/main/sass/tour.scss b/view-webapp/src/main/sass/tour.scss index d704081..1c20b17 100644 --- a/view-webapp/src/main/sass/tour.scss +++ b/view-webapp/src/main/sass/tour.scss @@ -306,7 +306,7 @@ .result-sheets { position: absolute; bottom: 1em; - right: 1em; + left: 1em; } /* results section */