about summary refs log tree commit diff stats
path: root/templates/style.html
diff options
context:
space:
mode:
authorAlan Pearce2023-04-26 09:55:21 +0200
committerAlan Pearce2023-04-26 09:55:21 +0200
commit111c6b45bfe83c9ff3cee9081392d9a645af8160 (patch)
treede7ce0b4df9a9cf24675a99fe2ddd648be0d0356 /templates/style.html
parent402d85094185554d6150d6dfd6e76683abf7b663 (diff)
downloadwebsite-111c6b45bfe83c9ff3cee9081392d9a645af8160.tar.lz
website-111c6b45bfe83c9ff3cee9081392d9a645af8160.tar.zst
website-111c6b45bfe83c9ff3cee9081392d9a645af8160.zip
Use relative font sizes
Diffstat (limited to 'templates/style.html')
-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;
   }