Use media queries in theme config #10778
silveltman
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add responsive spacing to my project. Base values called xs to 3xl, which increase in size as the screen gets bigger.
md would be 16px/1rem on a small screen, 24px/1.5rem on a medium screen and 32px/2rem on a large screen.
Something like the following 3 options would cover my needs:
Unfortunately, the options do not work.
![image](https://user-images.githubusercontent.com/52583398/224545647-82f61488-d0e2-425f-ba47-d12b8bf69895.png)
res1, res2 and res4 don't do anything, while res3 creates the following:
Is something like this in any way possible?
Thanks! :)
Beta Was this translation helpful? Give feedback.
All reactions