diff --git a/server/static/css/custom.css b/server/static/css/custom.css index 2e0d391105..2bd78a8027 100644 --- a/server/static/css/custom.css +++ b/server/static/css/custom.css @@ -1,7 +1,7 @@ .container { max-width: 1000px; } .header { - margin-top: 6rem; + margin-top: 2.5vw; text-align: center; } .heading-font-size { font-size: 1.2rem; @@ -58,7 +58,7 @@ tbody { /* Larger than phone */ @media (min-width: 550px) { .header { - margin-top: 10rem; } + margin-top: 4vw; } .value-props { margin-top: 9rem; margin-bottom: 7rem; } diff --git a/server/web_templates.go b/server/web_templates.go index 17ac82d1b1..0d2fe9c96c 100644 --- a/server/web_templates.go +++ b/server/web_templates.go @@ -73,7 +73,7 @@ var indexTemplate = template.Must(template.New("index.html.tmpl").Parse(`