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
|
@ -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);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue