forked from rebillar/site-accueil-insa
ajustement aux petits écrans
This commit is contained in:
parent
531211038c
commit
4c0d50b414
3 changed files with 23 additions and 7 deletions
|
@ -12,3 +12,15 @@
|
||||||
color: rgb(170, 28, 28);
|
color: rgb(170, 28, 28);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* ajuste le décompte pour les petits écrans*/
|
||||||
|
@media all and (max-width: 800px) {
|
||||||
|
|
||||||
|
#decompte{
|
||||||
|
font-size: 7vh;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -7,3 +7,14 @@
|
||||||
color: rgb(170, 28, 28);
|
color: rgb(170, 28, 28);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ajuste le décompte pour les petits écrans*/
|
||||||
|
@media all and (max-width: 800px) {
|
||||||
|
|
||||||
|
#decompte{
|
||||||
|
font-size: 7vh;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -95,13 +95,6 @@ a.linkmail:hover {
|
||||||
border-right: solid 2em #a06827;
|
border-right: solid 2em #a06827;
|
||||||
border-bottom: solid 2em #332806;
|
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;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue