From 7a4ec782ee0467306719b804922f9e09e6ea8bf3 Mon Sep 17 00:00:00 2001 From: Jordan Kasper Date: Tue, 13 Feb 2018 09:09:14 -0500 Subject: [PATCH] Unhide the SSL cert portion of the "how you know its secure" banner --- assets/css/main.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index a606c635..ea78893f 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -7,11 +7,6 @@ margin-top: 4rem; } -.usa-banner-guidance-ssl { - /* This is terrible... but we don't have an SSL cert yet sooooo.... */ - display: none; -} - .usa-link-medium { background-image: url('/assets/images/medium.png'); }