I found another issue on your site that your site is not responsive in desktop also. PLease place this code at the end of theme.scss
@media only screen and (min-width: 62em) {
.site-footer .site-footer__col-wrap {
-webkit-flex-wrap: wrap !important;
-moz-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
}