mirror of
https://github.com/mantinedev/next-app-template.git
synced 2025-11-09 20:12:02 +10:00
11 lines
240 B
CSS
11 lines
240 B
CSS
.title {
|
|
color: light-dark(var(--mantine-color-black), var(--mantine-color-white));
|
|
font-size: rem(100px);
|
|
font-weight: 900;
|
|
letter-spacing: rem(-2px);
|
|
|
|
@media (max-width: $mantine-breakpoint-md) {
|
|
font-size: rem(50px);
|
|
}
|
|
}
|