From f3144b148d6956041ec63088833eba1e3c464848 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 27 Jun 2022 19:37:44 -0700 Subject: [PATCH] websites.factorcode: larger fonts --- extra/websites/factorcode/master.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/extra/websites/factorcode/master.css b/extra/websites/factorcode/master.css index 03e778a899..9e5b2b0bb2 100644 --- a/extra/websites/factorcode/master.css +++ b/extra/websites/factorcode/master.css @@ -11,13 +11,13 @@ a:link, a:visited, a:active { text-decoration: none; } a:hover { text-decoration: underline; } body { - font-size: 12pt; + font-size: 14pt; font-family: sans-serif; text-align: center; } .page { - max-width: 800px; + max-width: 900px; text-align: left; line-height: 150%; padding: 10px; @@ -30,7 +30,8 @@ img { pre { background-color: #f5f5f5; - border: 1px dashed #ccc; + border: 1px solid #ccc; + border-radius: 5px; margin-top: 10px; padding: 10px; font-size: smaller; -- 2.34.1