diff --git a/app/assets/stylesheets/procedure_context.scss b/app/assets/stylesheets/procedure_context.scss index c2207c272..589e2b4bb 100644 --- a/app/assets/stylesheets/procedure_context.scss +++ b/app/assets/stylesheets/procedure_context.scss @@ -4,15 +4,6 @@ $procedure-context-breakpoint: $two-columns-breakpoint; .procedure-preview { - .paperless-logo { - width: 100%; - margin-bottom: 60px; - - @media (max-width: $procedure-context-breakpoint) { - display: none; - } - } - .simple { margin-bottom: 0.2rem; font-size: 1.5rem; diff --git a/app/views/agent_connect/agent/index.html.haml b/app/views/agent_connect/agent/index.html.haml index f04a87b46..d83c40f8c 100644 --- a/app/views/agent_connect/agent/index.html.haml +++ b/app/views/agent_connect/agent/index.html.haml @@ -67,4 +67,4 @@ - c.with_body do = t('.full_deploy_body') %h2.fr-h6= t('.whats_ds', application_name: Current.application_name) - = image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo", alt: "" + = image_tag "landing/hero/dematerialiser.svg", class: "fr-responsive-img", alt: ""