about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-01-23 19:22:15 -0800
committerFranck Cuny <franck@fcuny.net>2022-01-23 19:22:15 -0800
commit278e3c4c47ab3efc721ffa6928c5c3527af6f1a6 (patch)
tree50c32e0dd013d3319cdd98ffd1859a9fc2da0d27
parentCSS: switch from class to id (diff)
downloadfcuny.net-278e3c4c47ab3efc721ffa6928c5c3527af6f1a6.tar.gz
CSS: adjust some font sizes
-rw-r--r--static/css/custom.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 3f4a142..c802354 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -19,7 +19,7 @@ body {
 }
 
 h1 {
-  font-size: 2em;
+  font-size: 2rem;
   margin-top: 1em;
   margin-bottom: 0.34em;
 }
@@ -119,7 +119,7 @@ table, th, td {
 }
 
 blockquote {
-  font-size: 1em;
+  font-size: 0.95rem;
   font-style: italic;
   margin: 0 0 1.5em;
   padding-left: 1em;