5 lines
135 B
SCSS
5 lines
135 B
SCSS
|
@media screen and (max-width: 62em) {
|
||
|
// Do not overflow the ASCII art on smaller screens
|
||
|
header > pre { font-size: 0.4em; }
|
||
|
}
|