Files
next-app-template/components/Welcome/Welcome.module.css
Vitaly Rtishchev f63101a095 Init template
2023-05-28 10:55:11 +04:00

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);
}
}