testing things
This commit is contained in:
parent
ea628a15eb
commit
2a774332c8
1 changed files with 11 additions and 6 deletions
|
@ -13,10 +13,20 @@
|
|||
position: fixed;
|
||||
bottom: 2vh;
|
||||
margin-top: 50vh;
|
||||
right: 1vw;
|
||||
right: 5vw;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-bottom: 9px;
|
||||
|
||||
}
|
||||
|
||||
.ligne-boutons{
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.ligne-boutons #lien{
|
||||
grid-row: auto;
|
||||
|
||||
}
|
||||
|
||||
.card{
|
||||
|
@ -194,12 +204,7 @@
|
|||
grid-column: auto;
|
||||
}
|
||||
|
||||
.ligne-boutons{
|
||||
}
|
||||
|
||||
.ligne-boutons #lien{
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Styles pour les liens */
|
||||
|
|
Loading…
Reference in a new issue