Change mobile screen mode of the theme and keep the desktop default same

How can I center a title and description?
And how can I make it full screen? Without that white part on bottom

Thanks

You can add this in code injection:

<style>#intro { min-height: 100vh; justify-content: center; }</style>