From 0eba104a61951dabc607e7fe4206e44d785da041 Mon Sep 17 00:00:00 2001 From: jrbarnes9 Date: Thu, 20 Feb 2020 14:05:05 +0000 Subject: [PATCH] header tweaks --- _includes/header-eq-default.html | 2 +- .../style.css | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/_includes/header-eq-default.html b/_includes/header-eq-default.html index 9deb521c6b..ea9fc1fe55 100644 --- a/_includes/header-eq-default.html +++ b/_includes/header-eq-default.html @@ -28,7 +28,7 @@ {% unless page.hideSaveLater %} + class="btn btn--ghost u-fr u-d-no@xs@m complete-later">Save and sign out {% endunless %} diff --git a/_prototypes/individual-response--your-household-v15/style.css b/_prototypes/individual-response--your-household-v15/style.css index 18998b9e89..4b4a12dc42 100644 --- a/_prototypes/individual-response--your-household-v15/style.css +++ b/_prototypes/individual-response--your-household-v15/style.css @@ -43,6 +43,10 @@ h4 { font-size: .8rem; } +.logo__img { + width: 220px; +} + /* over 740px */ @media only screen and (min-width: 740px) { .u-fs-xl, @@ -69,6 +73,14 @@ h4 { .u-fs-s { font-size: .8rem; } + + .logo__img { + width: 220px; + } +} + +.page__subheader { + padding: 1rem 0; } .header__title { @@ -89,6 +101,10 @@ h4 { width: 1px; } +.header__title--nav-adj { + padding-top: 0; +} + .btn:not(.btn--ghost):not(.btn--ghost-blue) { -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.8); -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.8);