Forums
(@tjheslin1)
8 years, 5 months ago
Hi,
I fixed this issue by adding this css:
@media (max-width:420px) { .site-title { font-size: 28px; } }
This worked on the few devices I tested. You could adjust these values and add more rules.