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