From 4c54748be35ec0365a53f4c0a7bdceb34a0964e6 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Fri, 22 May 2020 18:45:14 +0200 Subject: [PATCH] fix code and pre tag formatting for news articles --- screenless/bureau/publications/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenless/bureau/publications/article.html b/screenless/bureau/publications/article.html index 62f48aa..9234232 100644 --- a/screenless/bureau/publications/article.html +++ b/screenless/bureau/publications/article.html @@ -15,7 +15,7 @@ line-height: 1.05; counter-reset: sidenote-counter; } - pre { + pre, code { font-family: "Fantasque Sans Mono"; column-span: all; }