-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overflow for splash.astro (poss like issue 9) #16
Comments
Hey, thanks for your report! I've adjusted the styles so that the splash screen looks fine on my phone (iPhone SE, 667x375). The key was to reduce the sizes of the icons and text on smaller screens. Depending on your specific needs, you might have to tweak this a bit differently or use an alternative layout. Hope that helps! |
Try using |
Issue seems to involve |
There is a problem with overflow on the index.astro page component. Content from the two columns spills over to the . You can see the problem on mobile landscape screens
On your github repo it's not that noticeable:
But on my homepage it's a problem:
I've only been able to add tailwind class overflow-auto, which sometimes adds a second scrollbar which isn't great for mobile! Thanks for having a look into this!
The text was updated successfully, but these errors were encountered: