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); }