ajustement aux petits écrans

This commit is contained in:
thaaoblues 2023-04-28 18:17:37 +02:00
parent 531211038c
commit 4c0d50b414
3 changed files with 23 additions and 7 deletions

View file

@ -12,3 +12,15 @@
color: rgb(170, 28, 28);
}
/* ajuste le décompte pour les petits écrans*/
@media all and (max-width: 800px) {
#decompte{
font-size: 7vh;
}
}

View file

@ -7,3 +7,14 @@
color: rgb(170, 28, 28);
}
/* ajuste le décompte pour les petits écrans*/
@media all and (max-width: 800px) {
#decompte{
font-size: 7vh;
}
}

View file

@ -95,13 +95,6 @@ a.linkmail:hover {
border-right: solid 2em #a06827;
border-bottom: solid 2em #332806;
/*clip-path: polygon(
0 2.00em,1em 1em,2.00em 0,
calc(100% - 2.00em) 0,calc(100% - 1em) 1em,100% 2.00em,
100% calc(100% - 2.00em),calc(100% - 1em) calc(100% - 1em),calc(100% - 2.00em) 100%,
2.00em 100%,1em calc(100% - 1em),0 calc(100% - 2.00em)
);*/
border-radius: 10px;
}