]> gitweb.factorcode.org Git - factor.git/commitdiff
websites.factorcode: larger fonts
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 28 Jun 2022 02:37:44 +0000 (19:37 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 28 Jun 2022 02:39:53 +0000 (19:39 -0700)
extra/websites/factorcode/master.css

index 03e778a899bc8681d5fa5b1aeda98fef6716b014..9e5b2b0bb2fd31e988b8939a2875aa7e8dbb11ff 100644 (file)
@@ -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;