M2
M2 copied to clipboard
font size of examples
Currently example output is hard to read in the html documentation, because it is small:
This is governed in doc.css:
Turning off font-size and line-height seems to help:

I commented out those lines in doc.css for this file, and it looks a bit better on a computer, but not a phone: https://faculty.math.illinois.edu/Macaulay2/doc/Macaulay2-1.14/share/doc/Macaulay2/LocalRings/html/index.html.
What's going on? @mahrud ?
Here's the way it looks on a phone:

On the other hand, it looks like this in firefox on my phone:

@DanGrayson, I don't think we should manually write or edit a css file from scratch. Take a look at this page on responsive web design. I used Bootstrap for my documentation generator, and if you're okay with changing things up a little bit I can make a PR for doing so.
I think we have evidence here of a bug in Android chrome that's not in Android firefox and should figure it out. Can you try that page out on your phone?