diff --git a/src/components/ChoiceBox.vue b/src/components/ChoiceBox.vue index c0c6da4..2e89930 100755 --- a/src/components/ChoiceBox.vue +++ b/src/components/ChoiceBox.vue @@ -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: */