2 messages · Page 1 of 1 (latest)
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
--mantine-font-size-xl: 15px !important;