Files
next-app-template/components/Welcome/Welcome.module.css
Vitaly Rtishchev 8ee9720044 Add stylelint
2023-11-15 11:02:16 +04:00

12 lines
265 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);
background-color: red;
@media (max-width: $mantine-breakpoint-md) {
font-size: rem(50px);
}
}