website/sass/_mobile.scss

8 lines
196 B
SCSS
Raw Normal View History

@media screen and (max-width: 62em) {
// Do not overflow the ASCII art on smaller screens
2020-03-31 00:16:36 +02:00
header {
> pre { font-size: 0.4em; }
> .widget-bubble { max-width: 60%; }
}
}