Open
Description
What went wrong? 🤔
I was wandering on your website, and found out unstyled or unwatned title in 'app.daily.dev/account/profile' in mobile screen width.
Based on my experience, looks like it isn't designer's intention definitely as it got no padding. 😂
Expected Behavior
idk it is unstyled or unwanted title, should have a padding at least.
Steps to Reproduce Issue
1. Go to app.daily.dev web app.
2. Log in.
3. Go to https://app.daily.dev/account/profile.
4. Change to mobile screen width. (if you are on browser)
Solution Proposed
As your app use tailwind
for styling,
<p className="mt-5 ml-4 text-2xl font-bold">Edit Profile</p>
looks not bad.
Screenshots
No response
Environment
No response
Browsers
Chrome
OS
Windows, Mac
Version of daily.dev
No response
Additional Context
Code of Conduct
- I follow the conditions of this project.