From 30b0c2961d182c6a8ee3bf139b7badd637659350 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sat, 1 May 2021 17:11:44 -0600 Subject: [PATCH] fix this bit of styling --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3b826cd..43c8b3d 100644 --- a/style.css +++ b/style.css @@ -537,7 +537,7 @@ body { padding: 0 10px; line-height: 1.6; font-family: sans-serif; - font-size: calc(14px + (26 - 14) * ((100vw - 360px) / (1600 - 360))) + font-size: calc(16px + 20 * ((100vw - 320px) / 1680)); } td, th { border-right: 1px solid;