From b88b3f334fd31fc7936d92c6a1c300f85c7520eb Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 3 Jun 2026 11:03:58 +0200 Subject: [PATCH] Refactor layout and styling across components for improved responsiveness and user experience. Adjusted overflow properties in CSS, enhanced layout in CriterionInput and Step1BaseScale components, and updated Footer for better alignment and accessibility. --- frontend/src/components/CriterionInput.jsx | 8 +- .../src/components/editor/Step1BaseScale.jsx | 28 ++++-- frontend/src/components/layout/Footer.jsx | 97 ++++++++++--------- frontend/src/components/layout/MainLayout.jsx | 2 +- frontend/src/index.css | 5 + 5 files changed, 80 insertions(+), 60 deletions(-) diff --git a/frontend/src/components/CriterionInput.jsx b/frontend/src/components/CriterionInput.jsx index 55b1ce7..3b5b667 100644 --- a/frontend/src/components/CriterionInput.jsx +++ b/frontend/src/components/CriterionInput.jsx @@ -1,11 +1,11 @@ export default function CriterionInput({ criterionName, setCriterionName, error }) { return ( -
-