Reputation: 1
I'm trying to format my CSS so that when someone makes their screen smaller, the text doesn't overlap with the search component underneath.
Is there any elegant way to do this other than manually changing the text width based upon the size of the screen? (e.g., responsive media queries).
Upvotes: 0
Views: 162
Reputation: 2765
Media queries, what’s your problem with it ?.. if you prefer less writing use tail-wind .. it will make that easier without writing media queries yourself.
Upvotes: 1