web-infra-dev / midscene

An AI-powered automation SDK can control the page, perform assertions, and extract data in JSON format using natural language.
https://midscenejs.com
MIT License
459 stars 29 forks source link

Enhanced Readability on Small Screens #133

Open Sanatan25 opened 2 weeks ago

Sanatan25 commented 2 weeks ago

Adjust text size for better readability on smaller screens

@media (max-width: 480px) { .footer-text { font-size: 12px; } }

zhoushaw commented 6 days ago

@Sanatan25 Can you describe the problem in detail?