Hi @danniel.tanc,
It looks like what’s happening, when your phone chooses “Desktop View”, is that it’s effectively zooming out - it’s making the text smaller, the padding and margins between elements smaller, and so on.
You can do this yourself, using CSS. If you’re not familiar with it, @Brooke has written up a handy guide to using CSS in Anvil which can introduce you to the basics. I’d also suggest you look into Media Queries, which are the way to create CSS rules that only apply on screens of certain sizes (eg only shrinking the text/padding/margins/etc on mobile devices)