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
496 stars 31 forks source link

Enhanced Readability on Small Screens #133

Open Sanatan25 opened 1 month ago

Sanatan25 commented 1 month ago

Adjust text size for better readability on smaller screens

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

zhoushaw commented 3 weeks ago

@Sanatan25 Can you describe the problem in detail?