Skip to content
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

Enhanced Readability on Small Screens #133

Open
Sanatan25 opened this issue Oct 19, 2024 · 1 comment
Open

Enhanced Readability on Small Screens #133

Sanatan25 opened this issue Oct 19, 2024 · 1 comment

Comments

@Sanatan25
Copy link

Adjust text size for better readability on smaller screens

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

@zhoushaw
Copy link
Member

@Sanatan25 Can you describe the problem in detail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants