From ec932bb77ad3f42692958565e1f80e2f2c12f59f Mon Sep 17 00:00:00 2001 From: Nuru Date: Sat, 7 Sep 2019 14:54:26 -0700 Subject: [PATCH] Make the home page icon a nice size --- server/static/css/custom.css | 4 ++-- server/web_templates.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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(`
- +

atlantis

Plan discarded and unlocked!