6 lines
64 B
SCSS
6 lines
64 B
SCSS
@media (max-width: 442px) {
|
|
h1 {
|
|
font-size: 1.5rem;
|
|
}
|
|
}
|