là on est mieux
This commit is contained in:
parent
40318592cd
commit
73714c9075
1 changed files with 11 additions and 5 deletions
|
@ -13,13 +13,18 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 2vh;
|
bottom: 2vh;
|
||||||
margin-top: 50vh;
|
margin-top: 50vh;
|
||||||
right: 10vw;
|
right: 20vw;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
padding-bottom: 9px;
|
padding-bottom: 9px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gros-titre{
|
||||||
|
width: 100vw;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.ligne-boutons{
|
.ligne-boutons{
|
||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
|
@ -54,16 +59,17 @@
|
||||||
padding-bottom: 9px;
|
padding-bottom: 9px;
|
||||||
bottom:2vh;
|
bottom:2vh;
|
||||||
}
|
}
|
||||||
|
.gros-titre{
|
||||||
|
font-size: larger;
|
||||||
|
font-weight: bolder;
|
||||||
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
width: 70vw;
|
width: 70vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.gros-titre{
|
|
||||||
font-size: larger;
|
|
||||||
font-weight: bolder;
|
|
||||||
}
|
|
||||||
|
|
||||||
.centre-vertical{
|
.centre-vertical{
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
|
Loading…
Reference in a new issue