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; }