diff --git a/_scss/pages/home.scss b/_scss/pages/home.scss index b785a73..58a0995 100644 --- a/_scss/pages/home.scss +++ b/_scss/pages/home.scss @@ -154,7 +154,7 @@ a:active { width: 100%; max-width: 680px; margin: 0 auto; - padding: 0 10px; + padding: 0 20px; img.hero { width: 100%; } @@ -182,14 +182,27 @@ a:active { max-width: 340px; text-align: center; } + .step-label { + background-color: #F4F3F2; + border-radius: 6px; + color: #787776; + font-size: 12px; + margin: 40px auto 0 auto; + padding: 10px 20px; + text-transform: uppercase; + font-weight: 600; + width: fit-content; + } h2 { font-size: 18px; - font-weight: 500; + font-weight: 700; margin: 30px 0 15px 0; + text-align: center; } p.informational-text { font-size: 14px; font-weight: 400; + line-height: 21px; margin: 10px 0; } .filelist {