forked from rebillar/site-accueil-insa
ajustement contextuel de la taille du decompte
This commit is contained in:
parent
e74fcfed27
commit
08a28ce828
2 changed files with 13 additions and 3 deletions
|
@ -2,3 +2,13 @@
|
|||
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
#decompte{
|
||||
|
||||
margin-top: 5%;
|
||||
width: 100%;
|
||||
height: 200%;
|
||||
font-size: 10vh;
|
||||
color: rgb(159, 73, 47);
|
||||
|
||||
}
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
|
||||
margin-top: 5%;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
font-size: 100px;
|
||||
height: 200%;
|
||||
font-size: 10vh;
|
||||
color: rgb(159, 73, 47);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue