diff --git a/src/addon/qtype/match/component/match.scss b/src/addon/qtype/match/component/match.scss index 89e49a50b..91f127a0c 100644 --- a/src/addon/qtype/match/component/match.scss +++ b/src/addon/qtype/match/component/match.scss @@ -7,4 +7,11 @@ ion-app.app-root addon-qtype-match { bottom: 50%; margin-bottom: -7px; } + + ion-col.col { + align-self: center; + > p { + margin: 0; + } + } }