For some reason Obsidian Bases embedded on a note appear broken on mobile in portrait mode, appearing wider than the screen. If that’s the case with you also: add a css file with this in your .obsidian/snippets folder.
.is-phone {
--bases-embed-width: 100%;
--bases-embed-transform: none;
}