From 8f3a0c6f7893e2989302364072ec8a4e01a217ae Mon Sep 17 00:00:00 2001 From: Jean Lapostolle Date: Tue, 15 Nov 2022 16:35:40 +0100 Subject: [PATCH] responsive --- index.html | 2 +- style.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index dc68adb..fcb551e 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ Données du ministère de l'éducation national et de la jeunesse · Inspiré de xkcd · Création de Melcore - · Repository du projet + · Dépôt du projet · Licence CC BY-NC-SA diff --git a/style.css b/style.css index b601a6f..02bded7 100644 --- a/style.css +++ b/style.css @@ -21,14 +21,14 @@ body { .title{ font-family: Parisienne; - font-size: 72px; + font-size: 8vh; text-align: center; margin: 0; } .subtitle{ font-family: "Fira Sans"; - font-size: 28px; + font-size: 3vh; text-align: right; width: fit-content; margin: auto; @@ -41,7 +41,7 @@ body { background-color: lightgray; border: black solid 1px; padding: 1%; - font-size: 28px; + font-size: 3vh; font-family: Fira Sans; }