211
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 26 Dec 2024
211 points (94.5% liked)
Programmer Humor
35773 readers
66 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
Well, the situation you describe, is probably best handled by CSS media queries.
In case you're not familiar, you can write:
...to get smaller headings on mobile, for example.
But yeah, reality may be more ugly. Especially, if you're using a bulky JS framework, it may be easier to do the JS dance.