From 1d1b9d7b5dde8baf78361f2915c69940b3b6995e Mon Sep 17 00:00:00 2001 From: antux18 Date: Sun, 19 Jun 2022 13:23:56 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20la=20mention=20"en=20d=C3=A9?= =?UTF-8?q?veloppement".=20Am=C3=A9lioration=20de=20l'affichage=20de=20la?= =?UTF-8?q?=20page=20d'accueil=20et=20de=20la=20page=20des=20stats.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 4 ++++ templates/footer.html | 3 --- templates/index.html | 2 ++ templates/stats.html | 14 ++++++++------ 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/static/style.css b/static/style.css index e7bd958..ae3008c 100644 --- a/static/style.css +++ b/static/style.css @@ -59,6 +59,10 @@ main p { font-size: 20px; } +ul { + font-size: 20px; +} + .flex-container { width: 100%; display: flex; diff --git a/templates/footer.html b/templates/footer.html index 21852d2..656db15 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,7 +1,4 @@