1
0
Fork 0

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