about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-04-26 09:55:35 +0200
committerAlan Pearce2023-04-26 09:55:35 +0200
commit2ca8f6cefd0dad72ab4e19d29dd0bbf36e9ee021 (patch)
treede7ce0b4df9a9cf24675a99fe2ddd648be0d0356
parentdad78951e7a3b60f731b77777bafbe45e6f892b2 (diff)
parent111c6b45bfe83c9ff3cee9081392d9a645af8160 (diff)
downloadwebsite-2ca8f6cefd0dad72ab4e19d29dd0bbf36e9ee021.tar.lz
website-2ca8f6cefd0dad72ab4e19d29dd0bbf36e9ee021.tar.zst
website-2ca8f6cefd0dad72ab4e19d29dd0bbf36e9ee021.zip
Merge branch 'main' into microformats2
-rw-r--r--templates/style.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/style.html b/templates/style.html
index 61bbd42..4744695 100644
--- a/templates/style.html
+++ b/templates/style.html
@@ -42,11 +42,11 @@
 
   textarea {
     width: 100%;
-    font-size: 16px;
+    font-size: 1rem;
   }
 
   input {
-    font-size: 16px;
+    font-size: 1rem;
   }
 
   main,article {
@@ -71,7 +71,7 @@
     display: block;
     padding: 20px;
     white-space: pre-wrap;
-    font-size: 14px;
+    font-size: 0.875rem;
     overflow-x: auto;
   }