all repos — homestead @ fe2ac52cca4b106e55b1ecb276fe4e083a63e5fd

Code for my website

Use relative font sizes

Alan Pearce
commit

fe2ac52cca4b106e55b1ecb276fe4e083a63e5fd

parent

1e0b5b86c034d6205aa1ba1ff42bc40b9f60cf63

1 file changed, 3 insertions(+), 3 deletions(-)

jump to
M templates/style.htmltemplates/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 @@ color: #222;
display: block; padding: 20px; white-space: pre-wrap; - font-size: 14px; + font-size: 0.875rem; overflow-x: auto; }