From 80746e18b4642a4fde6912e33147a2fd7fb7d422 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 29 Mar 2025 09:50:29 +0100 Subject: [PATCH] levels --- in/en/index.html | 8 ++++---- in/fr/index.html | 8 ++++---- in/style/main.css | 4 +++- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/in/en/index.html b/in/en/index.html index ece4459..d304972 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -46,12 +46,12 @@ CEFRL -English -C 2 +English +C 2 -French -C 2 +French +C 2 diff --git a/in/fr/index.html b/in/fr/index.html index 7629ff2..41ef757 100644 --- a/in/fr/index.html +++ b/in/fr/index.html @@ -46,12 +46,12 @@ CECRL -Anglais -C 2 +Anglais +C 2 -Français -C 2 +Français +C 2 diff --git a/in/style/main.css b/in/style/main.css index 5a39595..fada8f5 100644 --- a/in/style/main.css +++ b/in/style/main.css @@ -236,7 +236,9 @@ ul { gap: 1em; grid-template-columns: 1fr; } - +.level { + text-align: center; +} .title, .duration.org { font-weight: bold; }