From 8f2fd0f5645f1b9ecee92f764c7ebdc8b91f3d94 Mon Sep 17 00:00:00 2001 From: Jared He <66887902+jaredjhe@users.noreply.github.com> Date: Mon, 25 Oct 2021 21:10:30 -0500 Subject: [PATCH] px->rem --- pages/about/members.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/about/members.module.css b/pages/about/members.module.css index 25e9caa6..d20d7120 100644 --- a/pages/about/members.module.css +++ b/pages/about/members.module.css @@ -1,5 +1,5 @@ .table { display: table; width: 100%; - margin-top: 20px; + margin-top: calc(20rem / 16); }