Change align

This commit is contained in:
Le Libre Au Quotidien 2020-05-30 11:50:40 +02:00
parent 74934c299b
commit 5bda12f777
1 changed files with 4 additions and 4 deletions

View File

@ -49,15 +49,15 @@ list: function () {
#choicebox{
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-items: center;
justify-content: center;
}
a{
margin:15px;
margin:10px;
}
.adisplay{
display:grid;
grid-template-columns: repeat(3, 20%);
grid-template-columns: repeat(3, 30%);
}
@media only screen and (max-width: 460px) {
/* For mobile phones: */