forked from rebillar/site-accueil-insa
20 lines
231 B
CSS
20 lines
231 B
CSS
#decompte{
|
|
|
|
margin-top: 5%;
|
|
width: 100%;
|
|
height: 200%;
|
|
font-size: 10vh;
|
|
color: rgb(196, 23, 23);
|
|
|
|
}
|
|
|
|
/* ajuste le décompte pour les petits écrans*/
|
|
@media all and (max-width: 800px) {
|
|
|
|
#decompte{
|
|
font-size: 7vh;
|
|
|
|
}
|
|
|
|
|
|
}
|