manwar / theweeklychallenge

The Weekly Challenge - Perl & Raku. You do not have to be an expert. https://theweeklychallenge.org
Artistic License 2.0
11 stars 19 forks source link

Suggestion - Increase in font size of 'code' on the web page #42

Closed rai-gaurav closed 4 years ago

rai-gaurav commented 4 years ago

While going through the code block on the web page I found the font size is little smaller which is making it difficult to read on the desktop machine. However on mobile it is good. e.g. https://perlweeklychallenge.org/blog/advent-calendar-2019-12-19/

If you look at the code part on desktop machine it is quite smaller. In css I can see 'pre' is '87.5%'. Maybe a 100% or 12px would be a better choice.

Screenshot for reference purpose. perlweekly

rjt-pl commented 4 years ago

Here is a current screenshot, showing Perl and plaintext code blocks:

code_font

manwar commented 4 years ago

Does that mean, the issue is resolved now?

rjt-pl commented 4 years ago

From my point of view, yes. Unless you or @sudo-batman feel I need to tweak it further of course.

manwar commented 4 years ago

To be honest, I am happy after your tweak. Lets see what @sudo-batman had to say?

rai-gaurav commented 4 years ago

Looks good to me. Thank you

manwar commented 4 years ago

It is safe to close the issue now as confirmed by @sudo-batman. Thanks @rjt-pl for your patch.