diff --git a/public/styles/style.css b/public/styles/style.css index e41ff8c3..42a54a08 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -116,6 +116,12 @@ body { grid-template-rows: repeat(auto-fit, minmax(100px, 1fr)) !important; } +.AgentInviteMasthead { + background:url(logo.png) 0px 0px; + background-color:#036; + background-repeat:no-repeat;height:66px;width:100%;overflow:hidden; +} + #masthead { width: auto; margin: 0; diff --git a/views/agentinvite.handlebars b/views/agentinvite.handlebars index d6a496c7..7a3adaf0 100644 --- a/views/agentinvite.handlebars +++ b/views/agentinvite.handlebars @@ -49,7 +49,7 @@