responsive

This commit is contained in:
Jean Lapostolle 2022-11-15 16:35:40 +01:00
parent 1542192fd4
commit 8f3a0c6f78
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@
<a href="https://eduscol.education.fr/186/liste-de-frequence-lexicale">Données du ministère de l'éducation national et de la jeunesse</a>
· Inspiré de <a href="https://xkcd.com/simplewriter/">xkcd</a>
· Création de <a href="https://melcore.fr/">Melcore</a>
· <a href="https://git.afpy.org/Melcore/le_simple_mot">Repository</a> du projet
· <a href="https://git.afpy.org/Melcore/le_simple_mot">Dépôt</a> du projet
· <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode">Licence CC BY-NC-SA</a>
</footer>

View File

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