diff --git a/public/js/pages/ConstructionConsentSignTablet/ConstructionConsentSignTablet.css b/public/js/pages/ConstructionConsentSignTablet/ConstructionConsentSignTablet.css index 907be3a87..8e6dcd4ab 100644 --- a/public/js/pages/ConstructionConsentSignTablet/ConstructionConsentSignTablet.css +++ b/public/js/pages/ConstructionConsentSignTablet/ConstructionConsentSignTablet.css @@ -1,3 +1,11 @@ +header { + display: none !important; +} + +.wrapper { + padding: 0 !important; +} + .consent-signing-container { padding: 15px; }