You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also add an event listener to the `mediaQuery` which you'll want to do to respond to the user changing the size of the window — see [this post](https://css-tricks.com/working-with-javascript-media-queries/) for details on how to do that.
20
+
21
+
Ideally, I try to keep media queries in CSS but this can come in handy for example if you want to change the way a tooltip behaves on smaller screens.
0 commit comments