#override `--mantine-font-size-xl` on mobile screen

2 messages · Page 1 of 1 (latest)

glad forum
#

Hello, is it possible to override the --mantine-font-size-xl value when on a mobile screen via CSS? please help me

I tried to do it something like this but it does not work

@media (max-width: 768px) {
:root {
--mantine-font-size-xl: 15px;
}
}

I am using Mantine UI with Remix Run

wind monolith
#

--mantine-font-size-xl: 15px !important;