ajustement contextuel de la taille du decompte

This commit is contained in:
thaaoblues 2023-04-22 14:35:24 +02:00
parent e74fcfed27
commit 08a28ce828
2 changed files with 13 additions and 3 deletions

View file

@ -1,4 +1,14 @@
#taupe{ #taupe{
top: 100%; top: 100%;
} }
#decompte{
margin-top: 5%;
width: 100%;
height: 200%;
font-size: 10vh;
color: rgb(159, 73, 47);
}

View file

@ -15,8 +15,8 @@
margin-top: 5%; margin-top: 5%;
width: 100%; width: 100%;
height: 200px; height: 200%;
font-size: 100px; font-size: 10vh;
color: rgb(159, 73, 47); color: rgb(159, 73, 47);
} }