gatsby-waves
gatsby-waves copied to clipboard
Lines of code >60 characters are too small
Lines of code that are more than ~60 characters long are basically unreadable due to font size. This makes this theme very difficult to use for more verbose languages.
A couple of possible solutions:
- An option to make the code snippet use the full width across the top like what is done on mobile.
- Allow for horizontal scrolling in the code snippet area
Looks like it's possible to define breakpoint
in the theme. I might just use that to force it to always display across the top.
Do you have example?