diff options
Diffstat (limited to 'templates/style.html')
-rw-r--r-- | templates/style.html | 6 |
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; } |