I was testing this on your Community
BEFORE

See it is not properly compatible in Mobile Devices
Fix
.containDef {
display: table !important;
}
.columngl {
width: 100%;
}
.rowgl {
display: inline-grid !important;
}
AFTER Some CSS

You can add this only for Mobile Devices with @media 😉